LinuxQuestions.org
Visit Jeremy's Blog.
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 04-04-2007, 11:00 AM   #1
ninety6
LQ Newbie
 
Registered: Apr 2007
Posts: 2

Rep: Reputation: 0
Question Linux Newbiew Wireless Help!


Ok, i'll do my best to describe this. I'm brand new to linux, but a M$ windows expert...

I'm using Fedora Core 6 (KDE desktop), and have installed wifi radar and kwifimanager. I can't get my wireless card to work at all -- and i don't think its even enabling -- it shows as inactive in network device control, and when i try to activate, I get this:

Error for wireless request "Set Mode" (8B06) :
SET failed on device eth1 ; Operation not supported.
Error for wireless request "Set Frequency" (8B04) :
SET failed on device eth1 ; Device or resource busy.

Determining IP information for eth1... failed; no link present. Check cable?

The computer sees the wireless card as a Intersil Corporation Prism 2.5 Wavlan Chipset. I'm using a Compaq Presario 2525US.

I've tried to install the ndiswrapper, but that fails:
Downloading Packages:
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
package kernel-2.6.20-1.2933.fc6 is already installed
file /boot/System.map-2.6.20-1.2933.fc6 from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6
file /boot/config-2.6.20-1.2933.fc6 from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6
file /boot/symvers-2.6.20-1.2933.fc6.gz from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6
file /boot/vmlinuz-2.6.20-1.2933.fc6 from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6

Error Summary
-------------

I've tried searching everywhere, can't find much... I know this is probably something simple, but i would greatly appreciate some help!

Please be very specific if you try to tell me how to do something. Like -- start with "open terminal" . I'm that new.

Thanks!
 
Old 04-05-2007, 07:35 AM   #2
deadeyes
Member
 
Registered: Aug 2006
Posts: 609

Rep: Reputation: 79
Quote:
Originally Posted by ninety6
Ok, i'll do my best to describe this. I'm brand new to linux, but a M$ windows expert...

I'm using Fedora Core 6 (KDE desktop), and have installed wifi radar and kwifimanager. I can't get my wireless card to work at all -- and i don't think its even enabling -- it shows as inactive in network device control, and when i try to activate, I get this:

Error for wireless request "Set Mode" (8B06) :
SET failed on device eth1 ; Operation not supported.
Error for wireless request "Set Frequency" (8B04) :
SET failed on device eth1 ; Device or resource busy.

Determining IP information for eth1... failed; no link present. Check cable?

The computer sees the wireless card as a Intersil Corporation Prism 2.5 Wavlan Chipset. I'm using a Compaq Presario 2525US.

I've tried to install the ndiswrapper, but that fails:
Downloading Packages:
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
package kernel-2.6.20-1.2933.fc6 is already installed
file /boot/System.map-2.6.20-1.2933.fc6 from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6
file /boot/config-2.6.20-1.2933.fc6 from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6
file /boot/symvers-2.6.20-1.2933.fc6.gz from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6
file /boot/vmlinuz-2.6.20-1.2933.fc6 from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6

Error Summary
-------------

I've tried searching everywhere, can't find much... I know this is probably something simple, but i would greatly appreciate some help!

Please be very specific if you try to tell me how to do something. Like -- start with "open terminal" . I'm that new.

Thanks!
Hi,
I also had alot of problems gettings ndiswrapper to work.
It is best to build it from source.

First look if your wlan card is supported by ndiswrapper.
BTW: Wifi radar and kwifimanager are just program to have a graphical UI. I never use those GUI's anymore.
 
Old 04-05-2007, 06:51 PM   #3
ninety6
LQ Newbie
 
Registered: Apr 2007
Posts: 2

Original Poster
Rep: Reputation: 0
thanks. major update. I am now using a D-link DWL-G650 PC card adaptor, i gave up on the built-in. after tons of research and trying, I have successfully connected to my WPA wireless network. yes!

NOW, my issue is: After rebooting, I have to run this command -- and then go to the network device control and click ACTIVATE on the wireless card
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -dd

any way to get it to this automatically on startup?
 
Old 04-06-2007, 01:57 AM   #4
deadeyes
Member
 
Registered: Aug 2006
Posts: 609

Rep: Reputation: 79
Quote:
Originally Posted by ninety6
thanks. major update. I am now using a D-link DWL-G650 PC card adaptor, i gave up on the built-in. after tons of research and trying, I have successfully connected to my WPA wireless network. yes!

NOW, my issue is: After rebooting, I have to run this command -- and then go to the network device control and click ACTIVATE on the wireless card
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -dd

any way to get it to this automatically on startup?

you can create an rc script (put in /etc/init.d).
Put the command in a file and make it executable (chmod 700 thefile).

You can also run this file as startup.
I think you can put it in /etc/profile.

But I am not shure at all about the /etc/profile.
So maybe someone check this.
 
  


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
"Linux supported wireless card driver for Linksys wireless-g adaptor? northcoastrat Linux - Desktop 4 07-18-2008 06:33 PM
Very newbiew security question benjaminrtz Linux - Security 3 08-19-2002 01:42 PM

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

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