This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[solved] Wireless problems Fujitsu siemens

blfriis

Mon Mar 25, 2013 9:11:30 pm

Hi I have Installed Zorin Lite on a friends old labtop, and there seems to be some trouble with the wireless. It say it's hardblocked but the button don't seem to enable the wireless, is it somehow possible to enable via the terminal.

Code:
kalle@kalle-AMILO-M-Series:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller [8086:2590] (rev 04)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 04)
00:02.1 Display controller [0380]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2792] (rev 04)
00:1d.0 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 04)
00:1d.1 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 04)
00:1d.2 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 04)
00:1d.3 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 04)
00:1d.7 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c] (rev 04)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev d4)
00:1e.2 Multimedia audio controller [0401]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller [8086:266e] (rev 04)
00:1e.3 Modem [0703]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller [8086:266d] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge [8086:2641] (rev 04)
00:1f.1 IDE interface [0101]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller [8086:266f] (rev 04)
00:1f.2 IDE interface [0101]: Intel Corporation 82801FBM (ICH6M) SATA Controller [8086:2653] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller [8086:266a] (rev 04)
06:01.0 Network controller [0280]: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection [8086:4220] (rev 05)
06:07.0 CardBus bridge [0607]: Texas Instruments PCIxx21/x515 Cardbus Controller [104c:8031]
06:07.2 FireWire (IEEE 1394) [0c00]: Texas Instruments OHCI Compliant IEEE 1394 Host Controller [104c:8032]
06:07.3 Mass storage controller [0180]: Texas Instruments PCIxx21 Integrated FlashMedia Controller [104c:8033]
06:07.4 SD Host controller [0805]: Texas Instruments PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller [104c:8034]
06:09.0 Ethernet controller [0200]: Broadcom Corporation BCM4401 100Base-T [14e4:4401] (rev 01)
kalle@kalle-AMILO-M-Series:~$


Code:
kalle@kalle-AMILO-M-Series:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
kalle@kalle-AMILO-M-Series:~$


Code:
kalle@kalle-AMILO-M-Series:~$ sudo lshw -c network
[sudo] password for kalle:
  *-network:0 DISABLED   
       description: Wireless interface
       product: PRO/Wireless 2200BG [Calexico2] Network Connection
       vendor: Intel Corporation
       physical id: 1
       bus info: pci@0000:06:01.0
       logical name: eth1
       version: 05
       serial: 00:12:f0:65:49:55
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=ABG:9.0.5.27 (Dec 12 2007) latency=32 link=no maxlatency=24 mingnt=3 multicast=yes wireless=IEEE 802.11bg
       resources: irq:10 memory:b0108000-b0108fff
  *-network:1
       description: Ethernet interface
       product: BCM4401 100Base-T
       vendor: Broadcom Corporation
       physical id: 9
       bus info: pci@0000:06:09.0
       logical name: eth0
       version: 01
       serial: 00:40:ca:d1:95:54
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list rom ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=full ip=192.168.1.10 latency=32 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:10 memory:b0106000-b0107fff memory:64000000-6400ffff
kalle@kalle-AMILO-M-Series:~$


Code:
kalle@kalle-AMILO-M-Series:~$ sudo rfkill list all
[sudo] password for kalle:
0: phy0: Wireless LAN
   Soft blocked: no
   Hard blocked: yes
kalle@kalle-AMILO-M-Series:~$

blfriis

Mon Mar 25, 2013 9:23:36 pm

It's a seperate on/off and yes it might be broken, it doesn't seem to be working.Maybe Madvinegar have a amazingly command. :D

Wolfman

Tue Mar 26, 2013 10:08:49 am

Hi,

does the PC still have Windows installed and is the Wifi working with that??.

Did you try it out in "Live Mode" before installing and did it work??.

Regards Wolfman :)

madvinegar

Tue Mar 26, 2013 4:56:58 pm

Try
sudo rfkill unblock all

Even though this command usually works for soft-blocks.

Enter your BIOS settings and see if there is any ooption to enable your wireless from there.

blfriis

Wed Mar 27, 2013 6:43:35 pm

Hi madvinegar sudo rfkill unblock all didn't work and in bios the wireles is enabled.There are no windows on the machine only zorin lite. The additional drivers can't find any drivers at all.In live mode it say " wireless is disabled by hardware switch " in Zorin lite "live" and Ubuntu 12.10 "live" it say the same.But I think it might be the switch that's broken..

blfriis

Wed Mar 27, 2013 6:51:47 pm

Sorry for wasting your time I have just been talking to the man, he say that it never been working.. Problem solved...