Kirjoittaja Aihe: Amilon wlan-nappula ei toimi  (Luettu 1477 kertaa)

Jeejee-records

  • Käyttäjä
  • Viestejä: 4
    • Profiili
Amilon wlan-nappula ei toimi
« : 04.09.09 - klo:22.30 »
Eli kone on Fujitsu Siemensin Amilo Li 1718-12p ja siinä on sisäänrakennettu wlan, joka ei herää napistaan. Kun  käynnistää wlanin windowsissa, käynnistää koneen uudestaan ja valitsee grubissa ubuntun (9.04, gnome) niin wlan pelaa kyllä, eli nappulassa lienee ongelma.

Tässä koodia, jota ainakin jossakin oli pyydetty.
Koodia: [Valitse]
joonas@joonas-laptop:~$ lshw -C network
WARNING: you should run this program as super-user.
  *-network               
       description: Wireless interface
       product: AR242x 802.11abg Wireless PCI Express Adapter
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wmaster0
       version: 01
       serial: 00:c0:a8:f0:67:b8
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list logical ethernet physical wireless
       configuration: broadcast=yes driver=ath5k_pci latency=0 module=ath5k multicast=yes wireless=IEEE 802.11bg
  *-network
       description: Ethernet interface
       product: RTL-8139/8139C/8139C+
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 7
       bus info: pci@0000:0a:07.0
       logical name: eth0
       version: 10
       serial: 00:16:d3:65:7b:b7
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical
       configuration: broadcast=yes driver=8139too driverversion=0.9.28 ip=85.131.114.2 latency=64 maxlatency=64 mingnt=32 module=8139too multicast=yes
  *-network:0
       description: Ethernet interface
       physical id: 1
       logical name: virbr0
       serial: 96:7f:22:94:f9:5e
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=192.168.122.1 multicast=yes
  *-network:1 DISABLED
       description: Ethernet interface
       physical id: 2
       logical name: pan0
       serial: 2a:75:45:43:cd:4b
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A multicast=yes

Koodia: [Valitse]
joonas@joonas-laptop:~$ lspci
00:00.0 Host bridge: ATI Technologies Inc Device 5a31 (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:04.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:12.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80)
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 83)
00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller (rev 80)
00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M]
02:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
0a:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

Kiitos jo etukäteen ja toivottavasti laitoin riittävästi tietoa koneesta yms.

tommis

  • Käyttäjä
  • Viestejä: 418
    • Profiili
Vs: Amilon wlan-nappula ei toimi
« Vastaus #1 : 04.09.09 - klo:22.43 »
Tossa lainaus lontoon kielisiltä ubuntu foorumeilta.  ;D
Lainaus
SUCCESS !
I only installed a subversion madwifi package , after finished i have closed the terminal and i couldn't make any 'copy and paste' of the entire operation to have a detailed share of the success here . I saw this thread basically in any linux forum of cyberspace , so i will be really short and essential .

"The 5 rules to have wifi working with Ubuntu 8.04 Hardy Heron on "AMD64 AthlonX2 Acer ASPIRE 5520 and Atheros AR242x 802.11abg" .

It was a week ago , so they are well tested .

1 ) First purge any presence or activity of any form of ndiswrapper. After reboot the Hardware drivers listed in System/HardwareDrivers must have a red light aside .

2 ) Remove from /etc/modprobe/blacklist any reference of ath_pci and ath_hal you removed before ...

3 ) Download:
Koodia: [Valitse]
svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6
4 ) Install it reading the INSTALL files inside the package.

5 ) Enable back both drivers , reboot , enjoy !!!!

P.S.
If you don't know much of compiling generally ( and this case is about compiling a module ) launch apt-get install module-assistant . Than launch it on its own in a terminal window and it prompts you with a list of options . Choose "PREPARE" it is to prepare the system for compiling modules and it downloads for you all kernel headers and compilers you need . It's best if you do this before you launch "make && make install" after the driver download !!!!
Last edited by gabsik; September 1st, 2008 at 12:27 PM..