[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please help with - it seems - no WiFi interface at all



Ah.. sorry you have the Intel PRO/Wireless 2200BG right?

did you modprobe ipw2200 ?? I cant ' t find it on your output of lsmod

best regards

Nick

Am 28.06.2015 um 15:50 schrieb Nick Metz:
Hi Rodolfo,

sorry i think i missed a reply, is the wirelss card inside or external via usb?

Anyway if it is an intel card you have to install and modrobe iwlwifi https://wiki.debian.org/iwlwifi

after modprobe iwlwifi the interface should be their.

best regards
Nick



Am 28.06.2015 um 15:40 schrieb Rodolfo Medina:
Nick Metz <nick.metz@fhe3.com> writes:

Can you please send the output of lspci and lsmod? So we can see if the
hardware is their and driver is loaded.

I read the pc's technical paper and its wireless device should be Intel
PRO/Wireless 2200BG, whose driver, according to https://wiki.debian.org/WiFi, should be in `firmware-ipw2x00' Debian package which I installed via aptitude. I also installed firmware-realtek as suggested by Sven. I also turned on, as suggested by Lisi, the small switch on the laptop, with `Wireless' written on
it.  Now, as suggested by Nick,

# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 760/M760 Host (rev 03) 00:01.0 PCI bridge: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge) 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] LPC Controller (rev 25) 00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2/3 SMBus controller 00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 IDE Controller 00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0) 00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 AC'97 Sound Controller (rev a0) 00:03.0 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) 00:03.1 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) 00:03.3 USB controller: Silicon Integrated Systems [SiS] USB 2.0 Controller 00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91) 00:06.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx] 00:09.0 CardBus bridge: O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20) 00:09.1 CardBus bridge: O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20) 00:09.2 System peripheral: O2 Micro, Inc. OZ711Mx 4-in-1 MemoryCardBus Accelerator 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter

, and

# lsmod
Module                  Size  Used by
joydev                 20480  0
powernow_k8            28672  0
snd_intel8x0m          20480  0
snd_intel8x0           36864  0
pcspkr                 16384  0
snd_ac97_codec         98304  2 snd_intel8x0,snd_intel8x0m
pcmcia                 49152  0
psmouse                98304  0
evdev                  20480  17
snd_pcm 81920 3 snd_ac97_codec,snd_intel8x0,snd_intel8x0m
yenta_socket           45056  0
serio_raw              16384  0
pcmcia_rsrc            20480  1 yenta_socket
amd64_edac_mod         32768  0
snd_timer              28672  1 snd_pcm
edac_mce_amd           24576  1 amd64_edac_mod
pcmcia_core            20480  3 pcmcia,pcmcia_rsrc,yenta_socket
snd 57344 5 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm,snd_intel8x0m
k8temp                 16384  0
edac_core              40960  2 amd64_edac_mod
sg                     32768  0
acpi_cpufreq           20480  0
soundcore              16384  1 snd
ac97_bus               16384  1 snd_ac97_codec
shpchp                 32768  0
i2c_sis96x             16384  0
ac                     16384  0
video                  20480  0
processor              28672  3 powernow_k8,acpi_cpufreq
battery                16384  0
button                 16384  0
parport_pc             28672  0
ppdev                  20480  0
lp                     20480  0
parport                36864  3 lp,ppdev,parport_pc
autofs4                36864  2
ext4                  462848  2
crc16                  16384  1 ext4
mbcache                20480  1 ext4
jbd2                   77824  1 ext4
sd_mod                 40960  4
sr_mod                 24576  0
cdrom                  49152  1 sr_mod
ata_generic            16384  0
ohci_pci               16384  0
pata_sis               16384  3
ehci_pci               16384  0
ohci_hcd               45056  1 ohci_pci
ehci_hcd               65536  1 ehci_pci
firewire_ohci          36864  0
libata                163840  2 pata_sis,ata_generic
firewire_core          57344  1 firewire_ohci
crc_itu_t              16384  1 firewire_core
sis900                 28672  0
mii                    16384  1 sis900
usbcore               176128  4 ohci_hcd,ohci_pci,ehci_hcd,ehci_pci
usb_common             16384  1 usbcore
scsi_mod              180224  4 sg,libata,sd_mod,sr_mod
thermal                16384  0
thermal_sys            28672  3 video,thermal,processor

. Still it seems to me to be nothing there about WiFi, but maybe I'm wrong...
Thanks,

Rodolfo




--
Nick Metz
FHE3 GmbH, Leopoldstr. 5, 76133 Karlsruhe
Amtsgericht Mannheim, HRB 702495
Geschäftsführer: Peter Eisenhauer, Michael Feger, Dimitrij Hilt


Reply to: