Comment 46 for bug 118539

Revision history for this message
PrinceRiley (wmarketing3) wrote :

Just found this page and still can't figure out what are the steps needed to get the ACX111 drivers to work on the Hardy LiveCD.

The Sourceforge project page om the ACX111 is far from clear and seems to point in different directions (what to do) based on the Ubuntu release. There are several mentions in the linked pages to disabling the NetworkManager which I am loath to do since this bug has been around since early 2007.

Here are the steps I've taken so far ....
//
ubuntu@ubuntu:~$ sudo lspci
00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 12)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 12)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 12)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 12)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus Controller (rev 12)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 12)
02:00.0 Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface
02:01.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1)
02:02.0 Mass storage controller: Silicon Image, Inc. PCI0680 Ultra ATA-133 Host Controller (rev 02)
02:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:0a.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 03)
ubuntu@ubuntu:~$ lspci -n
00:00.0 0600: 8086:1a30 (rev 03)
00:01.0 0604: 8086:1a31 (rev 03)
00:1e.0 0604: 8086:244e (rev 12)
00:1f.0 0601: 8086:2440 (rev 12)
00:1f.1 0101: 8086:244b (rev 12)
00:1f.2 0c03: 8086:2442 (rev 12)
00:1f.3 0c05: 8086:2443 (rev 12)
00:1f.4 0c03: 8086:2444 (rev 12)
02:00.0 0280: 104c:9066 <------------- Wireless card here
02:01.0 0300: 10de:0326 (rev a1)
02:02.0 0180: 1095:0680 (rev 02)
02:09.0 0200: 10ec:8139 (rev 10)
02:0a.0 0401: 1274:5880 (rev 03)
//
ubuntu@ubuntu:~$ sudo find /lib/modules/`uname -r` -name "*acx*"
/lib/modules/2.6.24-19-generic/ubuntu/wireless/acx
/lib/modules/2.6.24-19-generic/ubuntu/wireless/acx/acx.ko
//
ubuntu@ubuntu:~$ sudo apt-get install linux-restricted-modules-2.6.24-16-386
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  linux-image-2.6.24-16-386
Suggested packages:
  linux-doc-2.6.24 linux-source-2.6.24 avm-fritz-firmware-2.6.24-16 nvidia-glx
  nvidia-glx-legacy nvidia-glx-new
The following NEW packages will be installed:
  linux-image-2.6.24-16-386 linux-restricted-modules-2.6.24-16-386
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 36.3MB of archives.
After this operation, 107MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://archive.ubuntu.com hardy/main linux-image-2.6.24-16-386 2.6.24-16.30 [18.3MB]
Get:2 http://archive.ubuntu.com hardy/restricted linux-restricted-modules-2.6.24-16-386 2.6.24.12-16.34 [18.0MB]
Fetched 36.3MB in 2min10s (279kB/s)
Selecting previously deselected package linux-image-2.6.24-16-386.
(Reading database ... 98423 files and directories currently installed.)
Unpacking linux-image-2.6.24-16-386 (from .../linux-image-2.6.24-16-386_2.6.24-16.30_i386.deb) ...
Done.
Selecting previously deselected package linux-restricted-modules-2.6.24-16-386.
Unpacking linux-restricted-modules-2.6.24-16-386 (from .../linux-restricted-modules-2.6.24-16-386_2.6.24.12-16.34_i386.deb) ...
Setting up linux-image-2.6.24-16-386 (2.6.24-16.30) ...
Running depmod.
update-initramfs is disabled since running on a live CD
The link /initrd.img is a dangling linkto /boot/initrd.img-2.6.24-19-generic

Setting up linux-restricted-modules-2.6.24-16-386 (2.6.24.12-16.34) ...

ubuntu@ubuntu:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11b+/g+ ESSID:"" Nickname:"acx v0.3.36"
          Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
          Bit Rate:1 Mb/s Tx-Power=15 dBm Sensitivity=1/3
          Retry min limit:7 RTS thr:off
          Power Management:off
          Link Quality=46/100 Signal level=24/100 Noise level=0/100
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

daily livecd