suse update über wlan
Geizhals » Forum » Linux-Support » suse update über wlan (18 Beiträge, 268 Mal gelesen) Top-100 | Fresh-100
Du bist nicht angemeldet. [ Login/Registrieren ]
........
Re(8): suse update über wlan
16.05.2007, 01:04:58
linux-cfmk:/ # lsmod
Module                  Size  Used by
xt_pkttype              6016  3
ipt_LOG                10624  8
xt_limit                6912  8
af_packet              29320  2
nvram                  12808  1
uinput                 12800  1
snd_pcm_oss            53376  0
snd_mixer_oss          21248  1 snd_pcm_oss
snd_seq                60272  0
snd_seq_device         12812  1 snd_seq
ibm_acpi               33024  0
button                 10896  0
battery                14468  0
ac                      9476  0
ip6t_REJECT             9344  3
xt_tcpudp               7296  3
ipt_REJECT              9472  3
xt_state                6272  12
iptable_mangle          7040  0
iptable_nat            11524  0
ip_nat                 21804  1 iptable_nat
iptable_filter          7168  1
ip6table_mangle         6528  0
ip_conntrack           52960  3 xt_state,iptable_nat,ip_nat
nfnetlink              11032  2 ip_nat,ip_conntrack
ip_tables              17604  3 iptable_mangle,iptable_nat,iptable_filter
ip6table_filter         7040  1
ip6_tables             18756  2 ip6table_mangle,ip6table_filter
x_tables               18180  10 xt_pkttype,ipt_LOG,xt_limit,ip6t_REJECT,xt_tcpudp,ipt_REJECT,xt_state,iptable_nat,ip_tables,ip6_tables
ipv6                  263584  17 ip6t_REJECT
apparmor               55572  0
aamatch_pcre           18304  1 apparmor
nls_iso8859_1           8320  2
nls_cp437               9984  2
vfat                   16640  2
fat                    55324  1 vfat
loop                   20488  0
dm_mod                 60184  0
pcmcia                 40892  0
firmware_class         14080  1 pcmcia
usbhid                 52192  0
yenta_socket           30348  1
rsrc_nonstatic         17024  1 yenta_socket
pcmcia_core            43412  3 pcmcia,yenta_socket,rsrc_nonstatic
tg3                   104580  0
snd_hda_intel          23060  1
snd_hda_codec         164352  1 snd_hda_intel
ehci_hcd               34696  0
uhci_hcd               26892  0
intel_agp              27804  1
snd_pcm                86916  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              27908  2 snd_seq,snd_pcm
usbcore               128004  4 usbhid,ehci_hcd,uhci_hcd
i2c_i801               11660  0
i2c_core               25216  1 i2c_i801
agpgart                35528  2 intel_agp
snd                    61188  10 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore              13792  1 snd
snd_page_alloc         14472  2 snd_hda_intel,snd_pcm
parport_pc             42084  0
lp                     15652  0
parport                39752  2 parport_pc,lp
ext3                  141192  2
mbcache                12804  1 ext3
jbd                    70324  1 ext3
sr_mod                 20132  0
cdrom                  38432  1 sr_mod
sg                     38044  0
edd                    13892  0
fan                     8964  0
ata_piix               19204  5
libata                119700  1 ata_piix
thermal                18568  0
processor              34664  1 thermal
sd_mod                 24704  6
scsi_mod              136712  4 sr_mod,sg,libata,sd_mod
?-)

Antworten PM Übersicht Chronologisch Zum Vorgänger
 
Melden nicht möglich
...........
Re(11): suse update über wlan
16.05.2007, 09:10:08
Ok also machmas so ich schreib oben immer das must-do und weiter unten falls dich interessiert kleine Erklärung dazu ? -> bissl Lerneffekt soll ja dabei sein ;) (falls ichs zu sehr auf "Dummy" mach sags keine Ahnung wie gut Du in Unix bist).

Also Du mußt Dir die Treiber mal runterladen, die bestehen aus zwei Teilen

- den quelloffenen Teil (um den wir uns jetzt kümmern werden)
- den properitären Teil (der erst später rankommt)

--*--

Den Treiber gibts auf intel.com, der heißt: Intel® PRO/Wireless 3945ABG Driver for Linux* 1.1.0 [ipw3945-linux-1.1.0.tgz] . Den mal runterladen.

Als root einsteigen, und den Treiber entpacken (ich arbeite hier als mein User, nicht verwirren lassen :) :

bernhard@london:~/tmp/install$ gunzip ipw3945-linux-1.1.0.tgz
bernhard@london:~/tmp/install$ tar -xvf ipw3945-linux-1.1.0.tar
ipw3945-linux-1.1.0/
ipw3945-linux-1.1.0/Install_and_Support_Notes.txt
ipw3945-linux-1.1.0/ipw3945d-1.7.22.tgz
ipw3945-linux-1.1.0/ipw3945-1.1.0.tgz
ipw3945-linux-1.1.0/ipw3945-ucode-1.13.tgz

Wechsle das Verzeichnis und führe die Befehle mit der Datei ipw3945-1.1.0.tgz nochmals durch:

bernhard@london:~/tmp/install$ cd ipw3945-linux-1.1.0/
bernhard@london:~/tmp/install/ipw3945-linux-1.1.0$ ls -la
total 336
drwxr-xr-x 2 bernhard bernhard   4096 2006-07-20 16:54 .
drwxr-xr-x 3 bernhard bernhard   4096 2007-05-16 09:07 ..
-rw-r--r-- 1 bernhard bernhard   3489 2006-07-20 16:54 Install_and_Support_Notes.txt
-rw-r--r-- 1 bernhard bernhard 196361 2006-07-20 16:52 ipw3945-1.1.0.tgz
-rw-r--r-- 1 bernhard bernhard  59944 2006-07-20 16:52 ipw3945d-1.7.22.tgz
-rw-r--r-- 1 bernhard bernhard  61175 2006-07-20 16:52 ipw3945-ucode-1.13.tgz
bernhard@london:~/tmp/install/ipw3945-linux-1.1.0$ gunzip ipw3945-1.1.0.tgz ; tar -xvf ipw3945-1.1.0.tar
ipw3945-1.1.0/
ipw3945-1.1.0/load
ipw3945-1.1.0/Makefile
ipw3945-1.1.0/ISSUES
ipw3945-1.1.0/FILES
ipw3945-1.1.0/LICENSE
ipw3945-1.1.0/dvals
ipw3945-1.1.0/ipw3945_daemon.h
ipw3945-1.1.0/LICENSE.BSD
ipw3945-1.1.0/LICENSE.GPL
ipw3945-1.1.0/GIT_SHA1
ipw3945-1.1.0/unload
ipw3945-1.1.0/INSTALL
ipw3945-1.1.0/CHANGES
ipw3945-1.1.0/snapshot/
ipw3945-1.1.0/snapshot/ISSUES
ipw3945-1.1.0/snapshot/check_kernel
ipw3945-1.1.0/snapshot/check_ieee80211_compat
ipw3945-1.1.0/snapshot/find_ieee80211
ipw3945-1.1.0/snapshot/remove_kconfig_entry
ipw3945-1.1.0/snapshot/INSTALL
ipw3945-1.1.0/snapshot/add_radiotap
ipw3945-1.1.0/snapshot/patch_kernel
ipw3945-1.1.0/snapshot/README.ipw3945
ipw3945-1.1.0/in-tree/
ipw3945-1.1.0/in-tree/Kconfig.ipw3945
ipw3945-1.1.0/ipw3945.c
ipw3945-1.1.0/ipw3945.h
ipw3945-1.1.0/README.ipw3945
bernhard@london:~/tmp/install/ipw3945-linux-1.1.0$



Remember what the dormouse said: Feed your head!

Antworten PM Übersicht Chronologisch Zum Vorgänger
 
Melden nicht möglich
..............
Re(14): suse update über wlan
19.05.2007, 15:29:44
Hallo allerseits!

ich habe das gleiche Problem wie Lenlin und den Thread bis hierher verfolgt.
Habe ein lenovo R60e Notebook, und die Wlankarte (Intel PRO/Wireless 3945ABG) wird bei meinem suse linux 10.2 nicht automatisch erkannt.

Ich habe also den Treiber von Intel runtergeladen und entpackt.

Dann das ieee subsystem installiert (was ist das eigentlich?)
Hierzu vorher wie in der Anleitung vom ieee die Kernel Sources auf die Platte geladen.

make install im ieee-Verzeichnis aufgerufen und keine Fehlermeldung bekommen.
Scheinbar war die Installation des subsystems aber noch nicht ganz abgeschlossen, man muss den Kernel rebuilden glaube ich.

Dann wollte ich mit der Installation der ipw3945-1.1.0 fortfahren und bekomme folgende Meldung[

dhcppc0:/home/holger/tmp/install/ipw3945-linux-1.1.0/ipw3945-1.1.0 # make
sed: can't read /lib/modules/2.6.18.2-34-defaultnet/ieee80211.h: No such file or directory

WARNING: Your kernel contains ieee80211 symbol definitions and you
are not using the kernel's default ieee80211 subsystem.  (Perhaps you
used the out-of-tree ieee80211 subsystem's 'make install' or have
provided a path to the ieee80211 subsystem via IEEE80211_INC.)

If you wish to use the out-of-tree ieee80211 subsystem then it is
recommended to use that projects' "make patch_kernel" facility
and rebuild your kernel to update the Module symbol version information.

Failure to do this may result in build warnings and unexpected
behavior when running modules which rely on the ieee80211 subsystem.


Aborting the build.  You can force the build to continue by adding:

        IEEE80211_IGNORE_DUPLICATE=y

to your make command line.


make: *** [check_inc] Error 1

]

Also "make patch_kernel" im Verzeichnis von ieee80211-1.2. 17 aufgerufen und folgende Meldung erschien[

dhcppc0:/home/holger/tmp/install/ieee80211-1.2.17 # make patch_kernel

This will install this IEEE80211 subsystem into your
kernel tree located here:

/lib/modules/2.6.18.2-34-default/build

If you would like to instal to a different location, run
this as follows: make KSRC=/path/to/kernel patch_kernel

Do you wish to continue? [Yn] Y
mkdir: cannot create directory `/lib/modules/2.6.18.2-34-default/build/net/ieee80211': No such file or directory
make: *** [patch_kernel] Error 1

]

Da ich nicht weiss warum er das Verzeichnis nicht erstellen kann (trotz Root-Modus) und auch nicht wüsste wohin er sonst installieren/patchen soll, bin ich hiermit erstmal am Ende mit meinem Latein und muss mich, da noch einige anderen Aufgaben auf mich warten, wieder in mein Windows verkrümeln...

Wäre für jeden Tip dankbar...

Beste Grüße!

Holger
http://kommunikationsguerilla.twoday.net


Antworten PM Übersicht Chronologisch Zum Vorgänger
 
Melden nicht möglich
 

Dieses Forum ist eine frei zugängliche Diskussionsplattform.
Der Betreiber übernimmt keine Verantwortung für den Inhalt der Beiträge und behält sich das Recht vor, Beiträge mit rechtswidrigem oder anstößigem Inhalt zu löschen.
Datenschutzerklärung