Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Hardware Support > ARCHIVES - Notebooks
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Notebooks This is a special forum dedicated to notebook problems.

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 17-Apr-2006, 08:39
aseelye
Guest
 
Posts: n/a
Thumbs up

I'm trying to set up a Linksys WPC54Gv2 PCMCIA wireless card on suse 10, kernel 2.6.13-15.8-default. It was working beautifully on suse 9.3 but since switching to 10 I haven't been able to make it work. When I insert the card and do a "dmesg" I get this:
----------------------
PCI: Enabling device 0000:07:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:07:00.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:07:00.0 to 64
ACPI: PCI interrupt for device 0000:07:00.0 disabled
acx_pci: probe of 0000:07:00.0 failed with error -5
----------------------
Much googling has suggested that the acx_pci driver is somehow “locking” the card so that no other drivers can claim it. There is no package with the word acx in the name or description so it's not as simple as just uninstalling an rpm. I have found acx_pci.ko in /lib/modules/2.6.13-15.8-default/source/net and references to it in modules.alias, modules.dep and modules.pcimap, so I'm assuming that it was included in the kernel. I've tried removing all references to the driver in these files and doing an rmmod acx_pci but when I reboot, the module is loaded again and the references have been magically rewritten into those files.

My question is how do I disable the acx driver?
  #2 (permalink)  
Old 05-May-2006, 00:22
loki1984
Guest
 
Posts: n/a
Default

I had a similar problem with some early versions of this driver, on a US Robotics 5410 card. If you do indeed have a TI ACX111 chipset in your card, it should work fine with ndiswrapper. To disable the driver, there are 2 steps (that I can think of). If you do it this way it will be easy to undo if you ever need to.

1. Look for a file called 'acx_pci' in /etc/modprobe.d and look in /etc/modprobe.conf and /etc/modprobe.conf.local for a line that's something like
Code:
alias wlan0 acx_pci
"comment out" any lines you find like that by inserting a '#' at the begining.

2. Rename /lib/modules/2.6.13-15.8-default/source/net/acx_pci.ko to acx_pci.ko.bkup or something like that.

After that the module shouldn't load. If you ever need to undo it, just reverse those two steps ~Loki
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2