Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 3rd September 2007, 04:58 PM
d347hm4n Offline
Registered User
 
Join Date: Dec 2006
Location: Chester, UK
Age: 26
Posts: 212
ACX111 Wireless Card Final Configuration Help

O.K. guys, I'm going to list exactly what i have done and any help would be extremely welcome.

Install k-mod-ndiswrapper
Code:
su -c 'yum install kmod-ndiswrapper'
Create a directory in the base of the filesystem called ndiswrapper_drivers
Code:
su -c 'mkdir /ndiswrapper_drivers'
log in as root
Code:
su -
Change Directory to the location of the windows driver on the cd-rom
Code:
cd /media/WLAN_Card/Driver/
I was unsure what to copy over so i copied all of the files save the 98 driver
Code:
cp FwRad16.bin FwRad17.bin FwRad19.bin t1130_XP.sys TNET1130.INF tnetwcoinst.dll tnet1130.cat /ndiswrapper_drivers/
Install through ndiswrapper
Code:
ndiswrapper -i TNET1130.INF
installing tnet1130 ...
Code:
ndiswrapper -l
tnet1130 : driver installed
        device (104C:9066) present
I don't know what this step does
Code:
modprobe ndiswrapper
now i'm stuck

this is the output of iwconfig
Code:
lo        no wireless extensions.

eth1      no wireless extensions.

wlan0     IEEE 802.11g  ESSID:off/any
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Bit Rate=54 Mb/s   Tx-Power:10 dBm   Sensitivity=0/3
          RTS thr=4096 B   Fragment thr=4096 B
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
__________________
A problem well stated is a problem half solved.
Registered Linux User: #442033
Reply With Quote
  #2  
Old 3rd September 2007, 05:39 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
It appears to be telling you that you have a wireless network card waiting to be connected to an access point. It's called wlan0.

If you are running Gnome then you should have a network icon top right toolbar, left clicking on it should display a list of networks available for connecting to.

If you haven't got the network manager icon post back with details of which desktop you are running and if you installed from a livecd or the DVD.

By the way, the command:

iwlist wlan0 scan

should also tell you if it is seeing wireless networks even if you haven't got NetworkManager running.

What's happened to all the previous posts?

Last edited by bbfuller; 3rd September 2007 at 05:48 PM.
Reply With Quote
  #3  
Old 3rd September 2007, 06:34 PM
d347hm4n Offline
Registered User
 
Join Date: Dec 2006
Location: Chester, UK
Age: 26
Posts: 212
Deleted them from the topic started by bl4ckch1p, seeing as he has solved his problem, I'm running KDE and i have a W.E.P. enabled network that i want to connect to I have tried giving the key to the K-network manager or whatever it is called, writing this from work so can't check for you.

Thanks for the help that you have already given in the other topic, was able to get to this point in 5mins, hopefully will be connected tonight as I'm still fiddling with it
__________________
A problem well stated is a problem half solved.
Registered Linux User: #442033
Reply With Quote
  #4  
Old 3rd September 2007, 07:23 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
Hello d347hm4n

Yes, I run KDE as well.

With WEP you 'should' be OK with connecting.

If you've installed from a livecd you may find that you need to issue the command:

system-config-services

as root and start the two NetworkManager entries there. tick them, start them and save the changes.

KNetworkManager from the main menu - System - will not start automatically each time you boot unless you manually add an entry to your /home/username/.kde/Autostart folder.
Reply With Quote
  #5  
Old 3rd September 2007, 10:55 PM
d347hm4n Offline
Registered User
 
Join Date: Dec 2006
Location: Chester, UK
Age: 26
Posts: 212
an iwlist wlan0 scan
provides

Code:
wlan0     Interface doesn't support scanning.
__________________
A problem well stated is a problem half solved.
Registered Linux User: #442033
Reply With Quote
  #6  
Old 3rd September 2007, 10:59 PM
d347hm4n Offline
Registered User
 
Join Date: Dec 2006
Location: Chester, UK
Age: 26
Posts: 212
In the system-config-network-gui, when i click add interface, it shows up with other wireless card etc, mine isn't there, is there not a way of doing all on the CLI and bring it up at boot, doest it have something to do with the:
Code:
modprobe
step?

Oh and i have added the second network manager service ticked and saved the changes, Do i have to do it for runlevel 3 aswell ?

I have only done it on runlevel 5.....
__________________
A problem well stated is a problem half solved.
Registered Linux User: #442033

Last edited by d347hm4n; 3rd September 2007 at 11:01 PM.
Reply With Quote
  #7  
Old 5th September 2007, 12:02 PM
d347hm4n Offline
Registered User
 
Join Date: Dec 2006
Location: Chester, UK
Age: 26
Posts: 212
*bump*

Any more suggestions, i have no idea what to do
__________________
A problem well stated is a problem half solved.
Registered Linux User: #442033
Reply With Quote
  #8  
Old 5th September 2007, 12:15 PM
d347hm4n Offline
Registered User
 
Join Date: Dec 2006
Location: Chester, UK
Age: 26
Posts: 212
Does
Code:
modprope mdiswrapper
insert the ndiswrapper into the kernel?
__________________
A problem well stated is a problem half solved.
Registered Linux User: #442033
Reply With Quote
  #9  
Old 5th September 2007, 06:26 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
Hello d347hm4n

Does the command:

modprobe ndiswrapper bring things to life again?

Usually, that command inserts the ndiswrapper module for that session only. If you have a working connection from the "iwconfig" command after the modprobe command then there are two things to do to get the setup working each time you boot. The sequence goes:

Quote:
modprobe ndiswrapper

ndiswrapper -m
the second command to create an alias in the modprobe files. It probably ends up in /etc/modprobe.d/ndiswrapper

as in your case:

Quote:
alias wlan0 ndiswrapper
That alias should also be copied into the file /etc/modprobe.conf.

Don't bother with that though unless iwconfig following modprobe ndiswrapper gives results.

By the way, it's my understanding that not all combinations of cards/drivers do support scanning.
Reply With Quote
Reply

Tags
acx111, card, configuration, final, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
acx111 wireless fc6 rbwerst EOL (End Of Life) Versions 13 11th January 2007 10:26 PM
Wireless Card configuration: Dell wireless 1350 WLAN miniPCI. Doesn't Work! mjman Servers & Networking 3 14th December 2006 02:46 AM
Fc6 + acx111 help with Hawking hwc54gt2 card fordwrench Hardware & Laptops 6 24th November 2006 03:51 AM
please help: configuration on dhcp (acx111 card, fc2) parv Servers & Networking 3 8th August 2004 06:55 PM


Current GMT-time: 03:02 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat