Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
PCMCIA doesn't work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
moosesocks
n00b
n00b


Joined: 09 Dec 2002
Posts: 36

PostPosted: Thu Feb 20, 2003 9:15 pm    Post subject: PCMCIA doesn't work Reply with quote

Hi,

I've installed and compiled gentoo with vanilla-sources, and it works great, execpt that PCMCIA refuses to work.

The messages outputted at boot time show that the ds.o module refuses to load, and as a result, my PCMCIA NIC drivers (obviously) refuse to load.

The laptop is a Dell Latitude.
Back to top
View user's profile Send private message
gilesjuk
Guru
Guru


Joined: 11 Feb 2003
Posts: 412
Location: Staffordshire, UK

PostPosted: Thu Feb 20, 2003 10:06 pm    Post subject: Re: PCMCIA doesn't work Reply with quote

moosesocks wrote:
Hi,

I've installed and compiled gentoo with vanilla-sources, and it works great, execpt that PCMCIA refuses to work.

The messages outputted at boot time show that the ds.o module refuses to load, and as a result, my PCMCIA NIC drivers (obviously) refuse to load.

The laptop is a Dell Latitude.


As superuser type "modprobe ds"

If it still refuses to work then your kernel config is wrong. If it does work then you need more modules in your modules.autoload. More /proc/modules before and after the "modprobe ds" to see which modules you were missing.
Back to top
View user's profile Send private message
BlackBart
Apprentice
Apprentice


Joined: 07 Oct 2002
Posts: 252

PostPosted: Thu Feb 20, 2003 10:24 pm    Post subject: Reply with quote

if you don't compile pcmcia support into your kernel emerge pcmcia-cs and if you do make sure you have ds built in or as a module.
Back to top
View user's profile Send private message
moosesocks
n00b
n00b


Joined: 09 Dec 2002
Posts: 36

PostPosted: Fri Feb 21, 2003 12:08 am    Post subject: Reply with quote

Yep. I've already tried both of those. I instead manually compiled pcmcia-cs to compile its own modules (which seemed to work a bit better).

Now all the PCMCIA stuff initializes perfectly without problem, execpt that it doesn't load the modules for my cards. Dmesg shows that when I insert a card, the following is output:
Code:

cs: cb_alloc(bus5): vendor 0xffff, device 0xffff
[/code]
Back to top
View user's profile Send private message
moosesocks
n00b
n00b


Joined: 09 Dec 2002
Posts: 36

PostPosted: Fri Feb 21, 2003 1:29 am    Post subject: Reply with quote

Hmm... everything seems to be in order, execpt that it's reporting bogus device/manufacturer IDs, which is causing the cards not to be detected properly.

EDIT: I should add that the PCMCIA works perfectly in the LiveCD
Back to top
View user's profile Send private message
BlackBart
Apprentice
Apprentice


Joined: 07 Oct 2002
Posts: 252

PostPosted: Fri Feb 21, 2003 1:47 am    Post subject: Reply with quote

have you done
rc-update add pcmcia default?
Back to top
View user's profile Send private message
moosesocks
n00b
n00b


Joined: 09 Dec 2002
Posts: 36

PostPosted: Fri Feb 21, 2003 2:02 am    Post subject: Reply with quote

Yup
Back to top
View user's profile Send private message
mr_neutron
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2003
Posts: 124
Location: Germany

PostPosted: Fri Feb 21, 2003 11:40 am    Post subject: Re: PCMCIA doesn't work Reply with quote

moosesocks wrote:
I've installed and compiled gentoo with vanilla-sources, and it works great, execpt that PCMCIA refuses to work.
The messages outputted at boot time show that the ds.o module refuses to load


I had the same Problem using the kernel pcmcia drivers. The problem is that the pcmcia init script tries to load "ds" immediately after "pcmcia_core". On my system, if I load "yenta_socket" first, then "ds", it all works. You can fix this by adding PCIC="yenta_socket" to your /etc/conf.d/pcmcia.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum