LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-15-2005, 03:19 PM   #1
ssyy
LQ Newbie
 
Registered: Mar 2005
Posts: 2

Rep: Reputation: 0
how to associate wireless card with dedicated driver


I've installed Fedora C3 on my ibm t30 laptop. The wlan card in the laptop is based on prism 2 chipset. With 'orinoco_pci' driver from the system, the wireless card can associate with AP and communicate with other hosts. But the card cannot scan the channel with 'iwlist'. So I start to try other drivers. I download and install the hostap driver. But I find that even after I do 'modprobe hostap_pci' to load the hostap module, the wireless interface still keep using the 'orinoco_pci' driver.

My question is:
1. How to make a hardware to use a dedicated driver among multiple drivers.
2. Where to check if a module has been compiled into the kernel?

Thanks
 
Old 03-16-2005, 08:15 AM   #2
basileus
Member
 
Registered: Nov 2004
Location: Turku, Finland
Distribution: Debian, Ubuntu, Gentoo
Posts: 388

Rep: Reputation: 30
1. How to make a hardware to use a dedicated driver among multiple drivers.

You can add module aliases to /etc/modules.conf:

alias eth0 module_name
alias eth1 module_name

If that is what you mean. Just edit /etc/network/interfaces to suit your need, or use some tool that does it for you. Btw. editing /etc/modules.conf directly might not be wise, check your distro documentation.

2. Where to check if a module has been compiled into the kernel?

Do you want to see if some driver is compiled INTO the kernel or if it is available as a MODULE?

You could try "dmesg|less" and check the entries. Also, with kernel 2.6.x you might want to check /proc/config.gz if it exists.

If you want to know which modules are present, you can do (as root):

find /lib/modules/yourkerneldir -name "*.o"
or
find /lib/modules/yourkerneldir -name "*.ko"

It is however usually simpler just to try load a module to see if exists.
 
  


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
can't associate with linksys 802.11g router (using prism2 pc card) d503 Linux - Wireless Networking 3 07-11-2005 11:51 AM
how to associate wireless card with a dedicated driver ssyy Linux - Hardware 1 03-15-2005 07:21 PM
Looking for wireless card driver panpengjun Slackware 1 02-17-2005 08:33 PM
please help with installing the hostap-driver-o.1.3 driver for wireless card chrisseattle Linux - Wireless Networking 1 03-26-2004 12:46 PM
Wireless card only works under Kismet! Won't associate with my AP! Ima Sudonim Linux - Wireless Networking 2 12-26-2003 07:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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