Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pcmcia network card not working after i build the kernal..
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
PixelCloud
n00b
n00b


Joined: 06 Aug 2004
Posts: 4

PostPosted: Fri Aug 06, 2004 4:12 pm    Post subject: pcmcia network card not working after i build the kernal.. Reply with quote

it works fine from the gentoo installer but when i build the kernel, even with eneabling pcmcia in the kernel config and installnig pcmcia cs it still wont work!

help
Back to top
View user's profile Send private message
butters
Guru
Guru


Joined: 13 May 2002
Posts: 427
Location: Poughkeepsie, NY

PostPosted: Fri Aug 06, 2004 5:33 pm    Post subject: Reply with quote

Post the following information:

Brand and model of the card, it is wireless or 10/100?
Kernel version, 2.6.x or 2.4.x?

Compile all pcmcia kernel options and pcmcia network device drivers as modules where possible.
Add pcmcia to boot runlevel
_________________
If tugboats were bigger, they'd be the ones getting tugged.
Back to top
View user's profile Send private message
PixelCloud
n00b
n00b


Joined: 06 Aug 2004
Posts: 4

PostPosted: Fri Aug 06, 2004 6:18 pm    Post subject: Reply with quote

butters wrote:
Post the following information:

Brand and model of the card, it is wireless or 10/100?
Kernel version, 2.6.x or 2.4.x?

Compile all pcmcia kernel options and pcmcia network device drivers as modules where possible.
Add pcmcia to boot runlevel


its an ld 10/100 linksys etherfast

kernal version 2.6.7 using the gentoo source dev version
Back to top
View user's profile Send private message
butters
Guru
Guru


Joined: 13 May 2002
Posts: 427
Location: Poughkeepsie, NY

PostPosted: Fri Aug 06, 2004 6:57 pm    Post subject: Reply with quote

# cd /usr/src/linux
# make menuconfig

<M> Bus options --> PCMCIA/Cardbus support
<M> Cardbus yenta-compatible bridge support

[*] Device Drivers --> Networking support
[*] Device Drivers --> Networking support --> Network device support
[*] Device Drivers --> Networking support --> Network device support --> Ethernet (10 or 100Mbit)
[*] Device Drivers --> Networking support --> Network device support --> Ethernet (10 or 100Mbit) --> "Tulip" family network device support
<M> Device Drivers --> Networking support --> Network device support --> Ethernet (10 or 100Mbit) --> "Tulip" family network device support --> Xircom Cardbus support (new driver)

Once these settings are confirmed:

# make && make modules_install
# mount /boot
# cp arch/i386/boot/bzImage /boot
# umount /boot
# nano -w /etc/modules.autoload.d/kernel-2.6
add the following modules:
ds
yenta_socket
# emerge pcmcia-cs
if not done already:
# rc-update add pcmcia boot
# reboot

This should work. Make sure you emerge hotplug, and have pnp and pcmcia in your USE flags before emerging pcmcia-cs. The module that should load when you insert your network card is xircom_cb. Some kernel versions *may* call this module tulip_cb, so be on the lookout for that if your kernel version is a bit different than mine (I use love-sources 2.6.8-rc2-love3). For more information on your card, check out Linksys's handy-dandy Linux support page I googled:
http://www.linksys.com/support/support.asp?spid=26

Good luck
_________________
If tugboats were bigger, they'd be the ones getting tugged.
Back to top
View user's profile Send private message
PixelCloud
n00b
n00b


Joined: 06 Aug 2004
Posts: 4

PostPosted: Fri Aug 06, 2004 7:12 pm    Post subject: Reply with quote

butters wrote:
# cd /usr/src/linux
# make menuconfig

<M> Bus options --> PCMCIA/Cardbus support
<M> Cardbus yenta-compatible bridge support

[*] Device Drivers --> Networking support
[*] Device Drivers --> Networking support --> Network device support
[*] Device Drivers --> Networking support --> Network device support --> Ethernet (10 or 100Mbit)
[*] Device Drivers --> Networking support --> Network device support --> Ethernet (10 or 100Mbit) --> "Tulip" family network device support
<M> Device Drivers --> Networking support --> Network device support --> Ethernet (10 or 100Mbit) --> "Tulip" family network device support --> Xircom Cardbus support (new driver)

Once these settings are confirmed:

# make && make modules_install
# mount /boot
# cp arch/i386/boot/bzImage /boot
# umount /boot
# nano -w /etc/modules.autoload.d/kernel-2.6
add the following modules:
ds
yenta_socket
# emerge pcmcia-cs
if not done already:
# rc-update add pcmcia boot
# reboot

This should work. Make sure you emerge hotplug, and have pnp and pcmcia in your USE flags before emerging pcmcia-cs. The module that should load when you insert your network card is xircom_cb. Some kernel versions *may* call this module tulip_cb, so be on the lookout for that if your kernel version is a bit different than mine (I use love-sources 2.6.8-rc2-love3). For more information on your card, check out Linksys's handy-dandy Linux support page I googled:
http://www.linksys.com/support/support.asp?spid=26

Good luck


thanks hopefully that works
Back to top
View user's profile Send private message
PixelCloud
n00b
n00b


Joined: 06 Aug 2004
Posts: 4

PostPosted: Sun Aug 08, 2004 8:34 am    Post subject: Reply with quote

some errors i get when i tried that

ds failed to load

Starting Pcmcia
cardmgr failed to start make sure that you have PCMCIA modules built or support compiled into the kernel

i know i put pcmcia support when i buitl the kernel

help!
Back to top
View user's profile Send private message
dashaun
n00b
n00b


Joined: 18 Jul 2003
Posts: 44
Location: Planet Express

PostPosted: Mon Aug 30, 2004 5:43 am    Post subject: Reply with quote

PixelCloud wrote:
some errors i get when i tried that

ds failed to load

Starting Pcmcia
cardmgr failed to start make sure that you have PCMCIA modules built or support compiled into the kernel

i know i put pcmcia support when i buitl the kernel

help!


So I'm at the exact same point. I've been fumbling thru the kernel making change after change. The sad thing is that I had it working on this box before and didn't manager to keep track of any of the information. I've done it with both 2.4.x and 2.6.x kernels....Argh...my "ego search" isn't showing all my posts either, or I would easily be able to find a forums trail on the topic but can't...

<----- Is Frustrated
_________________
Java developer that loves Gentoo
Registered Linux user #357881
Back to top
View user's profile Send private message
xenu
n00b
n00b


Joined: 04 Mar 2004
Posts: 16
Location: Teegeeack...of course...

PostPosted: Wed Sep 01, 2004 5:40 pm    Post subject: Reply with quote

dashaun wrote:
PixelCloud wrote:
some errors i get when i tried that

ds failed to load

Starting Pcmcia
cardmgr failed to start make sure that you have PCMCIA modules built or support compiled into the kernel

i know i put pcmcia support when i buitl the kernel

help!


So I'm at the exact same point. I've been fumbling thru the kernel making change after change. The sad thing is that I had it working on this box before and didn't manager to keep track of any of the information. I've done it with both 2.4.x and 2.6.x kernels....Argh...my "ego search" isn't showing all my posts either, or I would easily be able to find a forums trail on the topic but can't...

<----- Is Frustrated


I have the same problem with a dell laptop. Email me if you get a fix... :(
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