I just installed SL PE on my new laptop (Sager NP2090) and I do not know what is going on with my wireless card except it is not detected. I think that this is just for SL as wireless works fine on the ubuntu live cd. The catch is I don't want an ubuntu system, I want an SL system. So please help me help you help me...
Here is the output of lspci:
- Code: Select all
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8600M GT (rev a1)
04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)
0e:06.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
0e:06.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
0e:06.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
0e:06.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
Here is the output of lsmod:
- Code: Select all
Module Size Used by
iwl4965 98536 0
ndiswrapper 174876 0
ipw3945 107936 0
ieee80211 32712 1 ipw3945
ieee80211_crypt 7040 1 ieee80211
ipv6 258532 10
snd_seq_dummy 4868 0
snd_seq_oss 30592 0
snd_seq_midi_event 7936 1 snd_seq_oss
snd_seq 47600 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8972 3 snd_seq_dummy,snd_seq_oss,snd_seq
ac 7172 0
sdhci 18060 0
mmc_core 28676 1 sdhci
battery 14340 0
power_supply 11268 2 ac,battery
nvidia 6216688 26
video 19856 11
output 4864 1 video
mac80211 118540 1 iwl4965
i2c_i801 9744 0
i2c_core 24448 2 nvidia,i2c_i801
snd_hda_intel 259356 0
intel_agp 24468 0
tg3 101508 0
e1000 112832 0
scsi_wait_scan 2432 0
sl811_hcd 12928 0
uhci_hcd 23952 0
ehci_hcd 32396 0
Here is the output of /etc/init.d/net.wlan0 restart:
- Code: Select all
* Starting wlan0
* /etc/conf.d/wireless is deprecated
* Please put all settings in /etc/conf.d/net
* /etc/conf.d/wireless is deprecated
* Please put all settings in /etc/conf.d/net
* Configuration not set for wlan0 - assuming DHCP
* Bringing up wlan0
* dhcp
* network interface wlan0 does not exist
* Please verify hardware or kernel module (driver)
And here is the output of iwconfig:
- Code: Select all
lo no wireless extensions.
eth0 no wireless extensions.
The only thing that I have found searching the net and the gentoo forums was one random post stating that there might be an issue with the mac80211 net stack and a different intel internal wireless card. I guess that this could possibly be related, bu that is above my knowledge, and I am reluctant to say this has something to do with my issue since it is a different card.
Any help is appreciated.
