LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 11-30-2003, 11:26 PM   #1
tisource
Member
 
Registered: Feb 2002
Posts: 322

Rep: Reputation: 30
Cardbus Card Controller


Over the course of the last two years, my experience with linux has grown immensely. I am still by no means an expert, but I have learned much, and can do alot of things with linux that I could never do before. One thing I have never resolved with this notebook is a very strange cardbus controller issue.

I've posted several times to this site about this error. It is very baffling. It worked with earlier versions of Mandrake (8.1 and older) and none of the Redhat releases I've tried. I **think** I've nailed it down to an IRQ problem, but I'm definitely not sure. In the past, the OS worked okay, the card just wouldn't initialize. I forget the actual error dmesg gives, but based on other posts in this site, I really think the controller driver (yenta) wasn't getting an IRQ.

I tried installing pcmcia-cs onto this laptop (850 Mhz Duron, 320 MB RAM) and linux wouldn't boot (the os just freezes dead in its tracks). I booted using the "failsafe" option and removed pcmcia-cs (uninstalled the rpm) and things worked fine again.

I guess I'm curious if there is something different out there that I can run. I think someone told me that a different card manager driver was used in Mandrake 8.1, than in later releases. Don't know if that's true or not. I have worked with yenta to the limits of my abilities and knowledge, and it just won't go. What are my options?

If anyone cares, here is my output from lspci:

00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 03)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 10)
00:07.2 USB Controller: VIA Technologies, Inc. USB (rev 10)
00:07.4 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 20)
00:09.0 Ethernet controller: Conexant HCF 56k Modem (rev 08)
00:09.1 Communication controller: Conexant HCF 56k Modem (rev 05)
00:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64)

Thanks a bunch!!
 
Old 12-01-2003, 01:53 AM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
I doubt its the cardbus controller, its rather a staple:

Code:
finn@nimble finn $ /sbin/lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:02.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:02.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:02.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:02.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:06.0 Communication controller: Lucent Microelectronics WinModem 56k (rev 01)
00:08.0 Multimedia audio controller: ESS Technology ES1969 Solo-1 Audiodrive (rev 02)
00:09.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64)
Probably more like BIOS, the above is from my old thinkpad, I've been using it with everything pcmcia-cs, yenta, OpenBSD, FreeBSD, etc... for about three years now. What's "dmesg" look like around the pcmcia load?

Also, who makes this thing?

Cheers,

Finegan
 
Old 12-01-2003, 04:54 PM   #3
tisource
Member
 
Registered: Feb 2002
Posts: 322

Original Poster
Rep: Reputation: 30
With Mandrake 9.2, while the system is booting, I never get the "Loading pcmcia" like I did before (with older RH and MDK distros). It just stops at a certain point and hangs.

Traditionally, whenever I typed 'ifconfig eth0 up' I got 'SIOCSIFFLAGS: Device or resource busy.' This is in RedHat or Mandrake. The cardbus slot works great in Mandrake 8.1, but not in any other version. That's what is baffling me - it worked before. I have actually posted messages at this site before, but with different distros. I figured that perhaps MDK 8.1 used a different driver (other than yenta) that I could install.

It is a Compaq Presario notebook, about 2½ years old. It has a VIA chipset that has known to be picky in some respects with linux (USB to be particular).

Maybe I'm just out of luck.

Thanks
 
Old 12-01-2003, 05:40 PM   #4
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The VIA 82xxx series mobile Chipset? I've got that in a Presario 1200 with a TI 1210 cardbus. This is going to be a devil to track down, but if you're up for it I think I can get to the bug.

Mandrake as I remember it switched to in-kernel pcmcia (yenta_socket), rather late. So, it may be that you had a pcmcia-cs compile with external modules. This is getting harder to do as pcmcia-cs is mainly kept up for the userland side of it, cardmgr and the /etc/pcmcia file structure and so on. That's it, they were just using one or the other.

I've had a lot of problems compiling pcmcia-cs to use its modules against newer kernels. The only time it has ever cleanly worked for me is with a distro compile. The last one I used was Slack 8.1 I think. I've got a few ancient laptops where the cirrus pcmcia bridge is no longer supported under yenta_socket... and honestly, even using a different machine to speed up the compiles, I gave up and just BSD'd the little buggers.

First off, I would try upgrading the BIOS if its available. A good solid twitchy Compaq BIOS could be half the headache.

Second, check through the BIOS options for anything about the pcmcia bridge and fiddle with those. Gettting to Compaq Bios's can be a bit of a headache, I'm used to CTRL+F10, but there are even more bizarre key combos out there.

Third, let's look at all the logs... if it doesn't hang, or really... you can get it not to hang usually by booting: Linux nopcmcia

Or, alternatively: Linux single

and then you can just move the level 3/5 init call to /etc/rc.d/init.d/pcmcia

Then hand load the modules one at a time:

modprobe yenta_socket
modprobe ds

Check "dmesg" between module loads and save what you get, like:

dmesg > dmesg.txt

Post up here anything relavent to pcmcia load, also look for acpi bugs or gobledy-gook at the top of dmesg, it might be a buggy acpi issue (which really gets us back to buggy bios).

Basically all the answers are probably in dmesg somewhere, so that's the first thing to post back. Hopefully this thing has normal onboard ethernet or something so you don't have to sneakernet it.

Cheers,

Finegan
 
  


Reply



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 06:17 PM
Gigabit Cardbus (PCMCIA) Card hackerjosh Linux - Hardware 1 09-28-2005 10:11 AM
Reserve memory region for Cardbus card. grcore Linux - Hardware 0 12-17-2004 06:31 AM
Cardbus card is not recognized (vendor 0xffff) angryziber Linux - Laptop and Netbook 32 11-04-2003 05:01 PM
Need help with Xircom Ethernet Cardbus card Electrode Linux - Hardware 1 12-03-2002 01:47 PM

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

All times are GMT -5. The time now is 10:57 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