• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

W-Lan karte isntallieren

Hallo,
ich versuche seit einiger Zeit meine W-Lan karte von Sitecom Wl-12 zu installieren.

Mein System
Suse Linux 10
Kerne 2.6.13-15

Das kommt wenn ich versuche linux-wlan-ng-0.2.3.tar.gz zu isntallieren

Code:
Password:
linux:~ # cd /home/simon/Desktop/w-lan
linux:/home/simon/Desktop/w-lan # ./Configure

-------------- Linux WLAN Configuration Script -------------

The default responses are correct for most users.

Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [n]:
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]:
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]:
Build Prism2.5 USB (_usb) driver? (y/n) [y]:

Linux source directory [/lib/modules/2.6.13-15-default/build]:

The kernel source tree is version 2.6.13-15-default.
Kernel 2.5/2.6 support is highly experimental.
The current kernel build date is Tue Sep 13 14:56:15 2005.

Alternate target install root directory on host []:
  Module install directory [/lib/modules/2.6.13-15-default]:

It looks like you have a System V init file setup.


Prefix for build host compiler? (rarely needed) []:

Build for debugging (see doc/config.debug) (y/n) [n]: y


Configuration successful.  Now type 'make' and pray.

linux:/home/simon/Desktop/w-lan # make all
make: *** No rule to make target `all'.  Stop.
linux:/home/simon/Desktop/w-lan #

Danke schon mal

Simon
 

Appleonkel

Hacker
Ich kenne die Karte zwar nicht aber wie es aussieht, hast du einen Prism Chip. Der SuSE-Kernel hat schon support für diesen Chip, es fehlt also nur die Firmware :wink:
Wo es die gibt steht auch hier im Forum.

Erdmaennchen schrieb:
Configuration successful. Now type 'make' and pray.

linux:/home/simon/Desktop/w-lan # make all

tippe make steht da, warum tippst du make all?

Appleonkel
 
OP
E

Erdmaenchen

Newbie
Sorry falsche datei hochgeladen

Password:
linux:~ # cd /home/simon/Desktop/w-lan
linux:/home/simon/Desktop/w-lan # ./Configure

-------------- Linux WLAN Configuration Script -------------

The default responses are correct for most users.

Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [n]:
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]:
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]:
Build Prism2.5 USB (_usb) driver? (y/n) [y]:

Linux source directory [/lib/modules/2.6.13-15-default/build]:

The kernel source tree is version 2.6.13-15-default.
Kernel 2.5/2.6 support is highly experimental.
The current kernel build date is Tue Sep 13 14:56:15 2005.

Alternate target install root directory on host []:
Module install directory [/lib/modules/2.6.13-15-default]:

It looks like you have a System V init file setup.


Prefix for build host compiler? (rarely needed) []:

Build for debugging (see doc/config.debug) (y/n) [y]:


Configuration successful. Now type 'make' and pray.

linux:/home/simon/Desktop/w-lan # make
make: `keygen' is up to date.
linux:/home/simon/Desktop/w-lan #

Habe grade gescuht vielleicht zu müde aber wo steht es wo ich die Frimware herbekomme? Wie installiert man diese??


MFG
Simon
 

Appleonkel

Hacker
Code:
rpm -i firmware-prism54-1.0.4.3-alt2.noarch.rpm
oder
Code:
yast -i firmware-prism54-1.0.4.3-alt2.noarch.rpm
oder wenn apt installiert ist
Code:
apt install firmware-prism54-1.0.4.3-alt2.noarch.rpm

Appleonkel
 
OP
E

Erdmaenchen

Newbie
Danke so weit so gut

Er erkennt meine Wlan un. Wenn ich sie abziehe dann erkennt er auch das keine da ist.


Nun kommt dies wenn ich modeprobe mache. Weiß einer weiter??

linux:~ # modprobe prism2_usb
FATAL: Error inserting prism2_usb (/lib/modules/2.6.13-15-default/linux-wlan-ng/prism2_usb.ko): Unknown symbol in module, or unknown parameter (see dmesg)
linux:~ #


Na ja wollte mich aber dann schon mal sehr herzlich für deine bemühungen bedanken denn du hast mich zimlich weit vorangebracht
 
Oben