Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wireless Knoppix >install > kernel config?? orinoco_cs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
beakmyn
n00b
n00b


Joined: 26 Mar 2003
Posts: 31

PostPosted: Fri Dec 12, 2003 1:18 am    Post subject: Wireless Knoppix >install > kernel config?? orinoco_cs Reply with quote

Ok if the title isn't confusing enough.
I'm installing Gentoo from a Knoppix CD and I've got my wireless card working in Knoppix and I figure this should make it real easy to configure my kernel correctly. Here's the output of lsmod:
Code:

Module                  Size        Used by    Not tainted
radeon                 108356     11
autofs4                 8756   1 (autoclean)
efs                        7436   0 (autoclean)
hfs                       76864   0 (autoclean)
minix                    19848   0 (autoclean)
xfs                       525120   0 (autoclean)
reiserfs                169616   1 (autoclean)
ext3                     64132   0 (autoclean)
jbd                       46292   0 (autoclean) [ext3]
ntfs                     51168   0 (autoclean)
msdos                  4652   0 (autoclean)
nls_iso8859-1      2876   2 (autoclean)
nls_cp437            4380   0 (autoclean)
agpgart                38296   3
i810_audio            25064   0
ac97_codec         11916   0 [i810_audio]
8139too                17096   0
mii                         2256   0 [8139too]
crc32                    2832   0 [8139too]
tuner                     9408   1 (autoclean)
tvaudio                12444   0 (autoclean) (unused)
bttv                     95968   0 (unused)
i2c-algo-bit            6888   1 [bttv]
i2c-core               12100   0 [tuner tvaudio bttv i2c-algo-bit]
soundcore               3428   2 [i810_audio bttv]
videodev                5472   2 [bttv]
i810_rng                2660   0 (unused)
serial                      52004   0 (autoclean)
usb-storage            60960   0
usb-uhci               21868   0 (unused)
usbcore                57472   1 [usb-storage usb-uhci]
af_packet              13448   0 (autoclean)
orinoco_cs              4948   1
orinoco                35372   0 [orinoco_cs]
hermes                  5156   0 [orinoco_cs orinoco]
ds                      6536   2 [orinoco_cs]
yenta_socket            9408   2
pcmcia_core            39712   0 [orinoco_cs ds yenta_socket]
apm                     9768   2
rtc                     6940   0 (autoclean)
cloop                   9092   2


The network card in question is a Dell Truemobile (with Orinoco firmware), so Knoppix loaded
orinoco_cs, hermes, ds, yenta_socket, pcmcia_core

Now what settings does my kernel need to keep the card working?
Back to top
View user's profile Send private message
BiggJ
Guru
Guru


Joined: 07 Nov 2003
Posts: 384
Location: /usr/share/ \ zoneinfo/America/Los_Angeles

PostPosted: Fri Dec 12, 2003 1:33 am    Post subject: Reply with quote

For kernel 2.4.23:

Under "Wireless LAN (non-hamradio)", it should be "Hermes chipset 802.11b support" for the card itself.

For pcmcia, it should be "General setup" -> "PCMCIA/CardBus support" -> "CardBus support".

Also, you will need to "emerge wireless-tools" and "emerge pcmcia-cs" and start "/etc/init.d/pcmciad".

That should do it.

--J
Back to top
View user's profile Send private message
beakmyn
n00b
n00b


Joined: 26 Mar 2003
Posts: 31

PostPosted: Fri Dec 12, 2003 8:13 pm    Post subject: Reply with quote

What about this option?

--- Wireless Pcmcia cards support
< > Hermes PCMCIA card support

I'm going to make it module for now.
Back to top
View user's profile Send private message
Dracnor
Guru
Guru


Joined: 08 Jun 2003
Posts: 397
Location: Pennsylvania

PostPosted: Fri Dec 12, 2003 9:29 pm    Post subject: Reply with quote

I disabled that option...the pcmcia-cs package should take care of your orinoco modules/drivers for you. You shouldn't need to have those compiling into the kernel or made as a modules. Like biggj said, you need the cardbus support enabled to make the pcmcia-cs package work.
Back to top
View user's profile Send private message
omro
Apprentice
Apprentice


Joined: 04 Dec 2003
Posts: 239

PostPosted: Mon Dec 15, 2003 10:21 am    Post subject: Reply with quote

Silly question, but do you emerge the wireless before you build the kernel and if so, how exactly do you do this and test it's working before proceeding?
Back to top
View user's profile Send private message
beakmyn
n00b
n00b


Joined: 26 Mar 2003
Posts: 31

PostPosted: Mon Dec 15, 2003 12:22 pm    Post subject: Reply with quote

Hmm, a problem go figure.
I've got the kernel built and running, I've got pcmcia-cs merged. I boot and get an error that it can't find module ds

/etc/conf.d/pcmcia
Code:

# Put cardmgr options here
CARDMGR_OPTS="-f"
# To set the PCMCIA scheme at startup...
SCHEME="home"

# These are from the pcmcia-cs distribution, but aren't used yet
# Should be either i82365 or tcic, Depending on your pcmcia hardware.
PCIC="i82365"
#PCIC="tcic"
# Put socket driver timing parameters here
PCIC_OPTS=""
# Put pcmcia_core options here
CORE_OPTS=""


Given the previous lsmod from Knoppix what's missing?[/code]
Back to top
View user's profile Send private message
Dracnor
Guru
Guru


Joined: 08 Jun 2003
Posts: 397
Location: Pennsylvania

PostPosted: Tue Dec 16, 2003 12:00 am    Post subject: Reply with quote

are you modprobing the ds module or having it come up on boot? The pcmcia-cs package should insert the modules automatically when it starts. Did you have any errors when you emerged pcmcia-cs? Also, if you re-compiled your kernel after you emerged pcmcia-cs, you may need to emerge it again.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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