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

[Vermutlich gelöst] Macbook, Wlan und Suse 10.2

trapdoor

Newbie
Hallo zusammen,
ich besitze ein Macbook der ersten Generation und hab mir heute mal Suse 10.2 draufgespielt. Alles soweit schön und gut, nur das meine Wlankarte nicht mag, also ein wenig gegooglet und die Treiber von Madwifi-Projekt installiert.
Leider brachte ein darauffolgendes "modprobe ath_pci" nicht den erwünschten erfolgt, da kein Modul mit dem Namen "ath_pci" gefunden wurde.

Hat jemand von euch vielleicht schon erfahrungen mit dem Thema und weiß wo es hakt?

Danke im Voraus

Trapdoor
 

dma67

Hacker
trapdoor schrieb:
hab mir heute mal Suse 10.2 draufgespielt.

Wecher Kernel? Bereits aktualisiert?

trapdoor schrieb:
ein wenig gegooglet und die Treiber von Madwifi-Projekt installiert.
Unnötig! Im Kernel 2.6.18.0.3 ist der Treiber bereits enthalten.> Über Yast konfigurieren - fertig.

Wenns klemmt:
Code:
iwconfig
lsmod
lspci
iwscan
EDIT:
sorry
Code:
iwlist scan
 
A

Anonymous

Gast
dariuszmarek schrieb:
Unnötig! Im Kernel 2.6.18.0.3 ist der Treiber bereits enthalten.> Über Yast konfigurieren - fertig.

Code:
rpm -qil kernel-default|grep ath
/lib/modules/2.6.18.8-0.3-default/kernel/drivers/md/dm-multipath.ko
/lib/modules/2.6.18.8-0.3-default/kernel/drivers/md/multipath.ko

Code:
rpm -qila |grep ath_pci
/lib/modules/2.6.18.8-0.3-default/updates/ath/ath_pci.ko

Code:
rpm -qf /lib/modules/2.6.18.8-0.3-default/updates/ath/ath_pci.ko
madwifi-kmp-default-0.9.3.1_2.6.18.8_0.3-0.1

[ ] Die obige Aussage ist wahr.

[ ] Die obige Aussage ist Quatsch.

(Zutreffendes bitte ankreuzen)
 
OP
T

trapdoor

Newbie
Also ich hab jetzt mal geupdatet, aber bis jetzt hat sich noch nichts getan.

Ich poste mal die ganzen Ausgaben hier rein:

iwconfig:

Code:
lo        no wireless extensions.

eth0      no wireless extensions.

lsmod

Code:
Module                  Size  Used by
joydev                 13504  0
xt_tcpudp               7296  2
xt_pkttype              6016  3
ipt_LOG                10624  8
xt_limit                6912  8
af_packet              29320  2
snd_pcm_oss            53376  0
snd_mixer_oss          21248  1 snd_pcm_oss
snd_seq                60272  0
snd_seq_device         12812  1 snd_seq
cpufreq_conservative    11912  0
cpufreq_ondemand       10892  2
cpufreq_userspace       9088  0
cpufreq_powersave       5888  0
speedstep_centrino     12832  0
freq_table              8832  1 speedstep_centrino
button                 10896  0
battery                14468  0
ac                      9476  0
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
ip6table_filter         7040  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
ip6_tables             18756  2 ip6table_mangle,ip6table_filter
x_tables               18180  9 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,ipt_REJECT
,xt_state,iptable_nat,ip_tables,ip6_tables
apparmor               55572  0
aamatch_pcre           18304  1 apparmor
loop                   20488  0
dm_mod                 60184  0
appletouch             13056  0
usbhid                 52192  0
snd_hda_intel          23060  1
snd_hda_codec         164352  1 snd_hda_intel
snd_pcm                86916  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              27908  2 snd_seq,snd_pcm
snd                    61188  10 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_devic
e,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
ohci1394               37040  0
ieee1394              102584  1 ohci1394
soundcore              13792  1 snd
intel_agp              27804  1
ide_cd                 42272  0
cdrom                  38432  1 ide_cd
agpgart                35528  2 intel_agp
i2c_i801               11660  0
snd_page_alloc         14472  2 snd_hda_intel,snd_pcm
sky2                   44424  0
ehci_hcd               34696  0
i2c_core               25216  1 i2c_i801
uhci_hcd               26892  0
usbcore               128004  5 appletouch,usbhid,ehci_hcd,uhci_hcd
reiserfs              237312  1
edd                    13892  0
sg                     38044  0
fan                     8964  0
ata_piix               19204  2
libata                119700  1 ata_piix
piix                   14084  0 [permanent]
thermal                18568  0
processor              34664  2 speedstep_centrino,thermal
sd_mod                 24704  3
scsi_mod              136712  3 sg,libata,sd_mod
ide_disk               20480  0
ide_core              130248  3 ide_cd,piix,ide_disk
linux-yrcu:/home/trapdoor # lsmod
Module                  Size  Used by
joydev                 13504  0
xt_tcpudp               7296  2
xt_pkttype              6016  3
ipt_LOG                10624  8
xt_limit                6912  8
af_packet              29320  2
snd_pcm_oss            53376  0
snd_mixer_oss          21248  1 snd_pcm_oss
snd_seq                60272  0
snd_seq_device         12812  1 snd_seq
cpufreq_conservative    11912  0
cpufreq_ondemand       10892  2
cpufreq_userspace       9088  0
cpufreq_powersave       5888  0
speedstep_centrino     12832  0
freq_table              8832  1 speedstep_centrino
button                 10896  0
battery                14468  0
ac                      9476  0
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
ip6table_filter         7040  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
ip6_tables             18756  2 ip6table_mangle,ip6table_filter
x_tables               18180  9 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,ipt_REJECT,xt_state,iptable_nat,ip_tables,ip6_tables
apparmor               55572  0
aamatch_pcre           18304  1 apparmor
loop                   20488  0
dm_mod                 60184  0
appletouch             13056  0
usbhid                 52192  0
snd_hda_intel          23060  1
snd_hda_codec         164352  1 snd_hda_intel
snd_pcm                86916  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              27908  2 snd_seq,snd_pcm
snd                    61188  10 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
ohci1394               37040  0
ieee1394              102584  1 ohci1394
soundcore              13792  1 snd
intel_agp              27804  1
ide_cd                 42272  0
cdrom                  38432  1 ide_cd
agpgart                35528  2 intel_agp
i2c_i801               11660  0
snd_page_alloc         14472  2 snd_hda_intel,snd_pcm
sky2                   44424  0
ehci_hcd               34696  0
i2c_core               25216  1 i2c_i801
uhci_hcd               26892  0
usbcore               128004  5 appletouch,usbhid,ehci_hcd,uhci_hcd
reiserfs              237312  1
edd                    13892  0
sg                     38044  0
fan                     8964  0
ata_piix               19204  2
libata                119700  1 ata_piix
piix                   14084  0 [permanent]
thermal                18568  0
processor              34664  2 speedstep_centrino,thermal
sd_mod                 24704  3
scsi_mod              136712  3 sg,libata,sd_mod
ide_disk               20480  0
ide_core              130248  3 ide_cd,piix,ide_disk

lspci

Code:
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:07.0 Performance counters: Intel Corporation Unknown device 27a3 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 22)
02:00.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001c (rev 01)
03:03.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)

Und iwscan kennt meine Shell nicht, in welchem Packet ist das denn dabei?

Was aber wohl am interessantesten ist, ist das "rpm -qila |grep ath_pci " und dann logischerweise auch "rpm -qf /lib/modules/2.6.18.8-0.3-default/updates/ath/ath_pci.ko" keine Ergebnisse anzeigen...
 

dma67

Hacker
Hier findest Du genau die gleiche Karte:
http://www.linux-club.de/ftopic82634.html

Ja, die Module sind nicht drinn - sorry. Du musst madwifi-Repo einbinden und die Treiber nachinstallieren.
In dem Link ist alles drinn.
 
Oben