LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-27-2006, 07:36 PM   #1
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
CB1410 Cardbus Controller and Slackware 10.2


I have a Gateway mx7525 laptop with a CB1410 cardbus controller. I can not get it to see my Proxim 8470WD PCMCIA card.

lspci -vv
Code:
03:05.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
        Subsystem: Gateway 2000: Unknown device 0506
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 168, cache line size 20
        Interrupt: pin A routed to IRQ 11
        Region 0: Memory at c0202000 (32-bit, non-prefetchable) [size=4K]
        Bus: primary=03, secondary=04, subordinate=07, sec-latency=176
        Memory window 0: 40000000-41fff000 (prefetchable)
        Memory window 1: 42000000-43fff000
        I/O window 0: 0000b400-0000b4ff
        I/O window 1: 0000b800-0000b8ff
        BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
        16-bit legacy interface ports at 0001
cardctl ident
Code:
Socket 0:
  no product info available
dmesg | grep card
Code:
cs: pcmcia_socket0: cardbus cards are not supported.
PCI: Bus 4, cardbus bridge: 0000:03:05.0
I have a feeling it is something stupid I am over looking. It works with knnopix. Thanks
 
Old 04-27-2006, 08:26 PM   #2
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Do you have some rc.pcmcia script in /etc/rc.d/ ?
 
Old 04-27-2006, 08:33 PM   #3
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Original Poster
Rep: Reputation: 78
Yep, /etc/rc.d/rc.pcmcia
 
Old 04-28-2006, 08:27 AM   #4
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
So it should be started automatically at boot, but, just in case, type "/etc/rc.d/rc.pcmcia restart". If it don't make it, then you probably have to manually load the module (driver).

Check with lsmod if these modules are loaded:
pcmcia_core
pcmcia
yenta_socket

If they aren't, load them with modprobe.

Maybe there's also another modules to load but as i never really experimented pcmcia i can't help you more. You can also go for the kernel compiling. It's very instructive and not-so-hard.
 
Old 04-28-2006, 12:34 PM   #5
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Original Poster
Rep: Reputation: 78
I forgot to post the lsmod output, those modules are loaded.

I have never messed with pcmcia either.
 
Old 04-28-2006, 02:09 PM   #6
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
Try booting with the "pci=assign-busses" kernel option (e.g put it on the append line for your kernel in Lilo). Although I have a different CardBus controller, I had to use that to get PCMCIA/ CardBus cards to work under Slamd64 (unofficial Slackware port).
 
Old 04-28-2006, 03:11 PM   #7
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Original Poster
Rep: Reputation: 78
Quote:
Originally Posted by cathectic
Try booting with the "pci=assign-busses" kernel option (e.g put it on the append line for your kernel in Lilo). Although I have a different CardBus controller, I had to use that to get PCMCIA/ CardBus cards to work under Slamd64 (unofficial Slackware port).
That did not work either. This is starting to get fustrating, lol.
 
Old 04-28-2006, 10:51 PM   #8
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Original Poster
Rep: Reputation: 78
Istuck an old Xircom card in the slot and it worked. So it is a driver issue. I'll have to do some more looking. Thanks
 
Old 05-05-2006, 07:59 AM   #9
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Original Poster
Rep: Reputation: 78
This seems to be a kernel issue with any 2.6.11+ kernel. I compiled 2.6.10 and the card worked.
 
Old 05-12-2006, 02:17 PM   #10
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Original Poster
Rep: Reputation: 78
With the stock 2.6.13 kernel I managed to get the cardbus card recognized.

First I installed (like I have done 20 times before, lol) the madwifi-ng driver (make and make install).

Second I added this to my /etc/lilo.conf.
append="irqpoll pci=assign-busses"

Third I added -f to the CARDMGR_OPTS= in the /etc/rc.d/rc.pcmcia file. Looks like this.
CARDMGR_OPTS=-f

Fourth, I removed port 0x800-0x8ff and port 0xc00-0xcff from the /etc/pcmcia/config.opts.

Then I rebooted and it worked like a charm.

Last edited by tangle; 05-12-2006 at 02:21 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Supported Cardbus / PCMCIA IEEE1394 Controller Cards servo888 Linux - Hardware 1 10-06-2005 07:17 PM
Slackware and wireless cardbus Defi Linux - Wireless Networking 3 11-05-2004 11:07 AM
Slackware 10.0 and AK75-EC VIA PCI Audio Controller Zxn Linux - Newbie 1 07-12-2004 11:44 PM
Cardbus Card Controller tisource Linux - Hardware 3 12-01-2003 06:40 PM
SmartArray controller on Slackware sw00b Linux - Hardware 0 08-19-2003 04:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration