Scot’s Newsletter Forums

Welcome Guest ( Log In | Register )

4 Pages V   1 2 3 > »   
Reply to this topicStart new topic
> LinkSys wireless driver for Mandrake 9.2, Unable to configure wireless card.
Guest_lea3792_*
post Jan 30 2005, 01:40 AM
Post #1





Guests






I have a linksys wireless card 802.11g, model#wpc54G ver.1.2. My laptop detects the card but it will not work. I am a newbe to linux and computing in general so go slow and take it easy with me. Thanks you very much.


Lea
Go to the top of the page
 
+Quote Post
Bruno
post Jan 30 2005, 05:05 AM
Post #2


Le Professeur Pingouin
**************

Group: Admin Emeritus
Posts: 37,904
Joined: 4-April 03
From: Amsterdam
Member No.: 611



Hi Lea


Welcome to the All Things linux Forum !

Julia ( nick: teacher ) is our wireless expert so she will surely jump in here to help you.
Until then could you type this in a terminal/console so we can see what module gets loaded for the card:
CODE
# cat /etc/modules.conf



cool.gif Bruno


PS: A small note:
QUOTE (Bruno @ Forum May 25 2003)
We try to avoid the word ¨newbie¨,  it does no justice to the efforts we, also the beginners, put in to learn a new operating system. I think the wish to learn Linux shows a brave attitude and deserves a better qualification.  --Bruno


--------------------
Go to the top of the page
 
+Quote Post
teacher
post Jan 30 2005, 09:35 AM
Post #3


Acute Mac
**************

Group: Honorary Moderators
Posts: 13,843
Joined: 4-April 03
Member No.: 625



Hi Lea

Now that we know the details of your wireless and that it was automatically picked up by Mandrake we need to know a few details. Are you running through a WEP? That means you are using a password to access yoru wireless. If you are not, you should unless you don't mind sharing your computers and your connection with anyone passing by or your neighbors.

The best thing to do at this point is to access your router. Go to the page for the setup for the wireless and write down what is there. Tell me if it has a SSID (have you given it a name) what channel (6 is the default) and we will go from there.

I will not be back on line probably with any time until five hours from now. Then I will leave again less than 3 hours later so this is a busy day for me but we can try to get together then and work this through.


--------------------
Teacher

Go to the top of the page
 
+Quote Post
Jeber
post Jan 30 2005, 02:26 PM
Post #4


New & Improved
Group Icon

Group: Forum Admins
Posts: 4,537
Joined: 18-March 03
From: San Diego, Ca.
Member No.: 24



If I could throw in a slightly off-topic comment in here;
I rarely recommend WEP anymore. The encryption has been broken for quite a while, and it adds a lot of overhead to your connection speed, making it 20-50% slower. What works just as well, if your router supports it, is to enable MAC filtering (only allowing those computers to join your network who have their MAC address listed in the router) and disable SSID broadcast (announcing your SSID to the world). Combined, those two actions will protect your connection from all but the most determined and talented bandwidth thieves.
Also, while troubleshooting your connection, you really don't want any encryption enabled.

We now return you to your regularly scheduled program...
whistling.gif


--------------------


He was a dreamer, a thinker, a speculative philosopher, an idiot
(Douglas Adams)


Jeber Central
Jeber's Journal
Go to the top of the page
 
+Quote Post
teacher
post Jan 30 2005, 02:38 PM
Post #5


Acute Mac
**************

Group: Honorary Moderators
Posts: 13,843
Joined: 4-April 03
Member No.: 625



That's definitely a thought Jeber. It sure could simplify things. Guess you are the real expert in this area. smile.gif


--------------------
Teacher

Go to the top of the page
 
+Quote Post
Jeber
post Jan 30 2005, 03:10 PM
Post #6


New & Improved
Group Icon

Group: Forum Admins
Posts: 4,537
Joined: 18-March 03
From: San Diego, Ca.
Member No.: 24



Nope, no expert. But since wireless security has become a rather hot topic lately, I've been trying to learn more about it.


--------------------


He was a dreamer, a thinker, a speculative philosopher, an idiot
(Douglas Adams)


Jeber Central
Jeber's Journal
Go to the top of the page
 
+Quote Post
teacher
post Jan 30 2005, 03:56 PM
Post #7


Acute Mac
**************

Group: Honorary Moderators
Posts: 13,843
Joined: 4-April 03
Member No.: 625



Good. Maybe I will have to start a new thread to find out where you set the MAC addresses on the Dlink routers. biggrin.gif


--------------------
Teacher

Go to the top of the page
 
+Quote Post
Guest_lea3792_*
post Jan 30 2005, 07:29 PM
Post #8





Guests






Good evening all. I am very happy you have replyed so quickly. I am very impressed with all of you comments. First to Bruno, I dont know how to access the information at the terminal window. I typed in the commands in the terminal windows and it would just return me to my user name. Once I have access the information how do I paste it on my reply to you.

Teacher I am using mac filtering to access through my router. I hope this information is of some use. I work late at night so I may not be here for your reply but please post any thoughts that might help me. I though I was alone out here but I am sure glad I found this forum.


Respectfully

Lea
Go to the top of the page
 
+Quote Post
Bruno
post Jan 31 2005, 05:11 AM
Post #9


Le Professeur Pingouin
**************

Group: Admin Emeritus
Posts: 37,904
Joined: 4-April 03
From: Amsterdam
Member No.: 611



Hi Lea

Sorry for skipping some essential steps in my request for info from the terminal ( or console as some of us call it ), let's try it again:

1). Press Alt+F2 ( to get a "run command" box )

2). Type "konsole" ( sans quotes ) and press "run"

3). In the "terminal/console" you get type at the prompt:
CODE
su
It will then ask you for your "root"-password, type it and hit <Enter> again.

4). You will see a small change in the last bit of the prompt, the $ changed to # ! This means that from now on you are giving commands as "root" ( administrator ) in that console. Now type:
CODE
cat /etc/modules.conf


5). If you just get the prompt back and no real answer from that command try
CODE
cat /etc/modprobe.preload


6). Post us the replies you get and which of the 2 commands gave you the reply

7). Press Ctrl+D to change the prompt back from # to $ ( so, from root to "normal user" )

8). Press Ctrl+D again to close the console wink.gif


biggrin.gif This was a first, but really important lesson on how to use the console, you will most likely be asked in future posts to do more nice tricks in the console ( or terminal as some of us call it wink.gif ).
It is important to know that if we type a "$" at the start of a command you will know that the command has to be given as "normal user" ( lea ) and if we type a "#" at the start of a command that command should be given as "root", so you have to type "su" ( super user ) first and give the root-password to get the $ at the end of the prompt to change to # wink.gif
BUT: the $ and # you see at the start of each command we post on the forum are never actually typed in the console when you give the command. We only use them, like I said, to show you if that command is a user or root command ( and after all $ or # are already visible at the end of the prompt ) biggrin.gif


cool.gif Bruno


PS: This time I asked you the output of two commands because I am not 100% sure if Mandrake 9.2 still uses the "modules.conf" or already switched to using the "modprobe.preload" . . . . but if the first command does give you output ( most likely it will ) there is no need to give the second one as well because only one of the two will give you a reply wink.gif


--------------------
Go to the top of the page
 
+Quote Post
Guest_lea3792_*
post Jan 31 2005, 09:20 PM
Post #10





Guests






Hi Bruno

Well here it is, it was the first command (cat /etc/modules.conf)


above snd-intel 8x0 snd-pcm-oss
probeall usb-interface usb-uhci ehci-hcd
alias etho eepro100
probeall scsi hostadapter ide-scsi
alias sound-slot-0 snd intel 8x0
alias ieee1394-controller ohci 1394

Well I hope I copied all of the commands correctly. Thanks very much for the on line tutoring. I read the manuals to the program and It did not give me any options for trouble shooting. I am glad this forum is around. Again many thanks. I work the grave yard shift so I will read your reply in the morning, if you get a chance.


Respectfully

Lea
Go to the top of the page
 
+Quote Post
Bruno
post Feb 1 2005, 05:17 AM
Post #11


Le Professeur Pingouin
**************

Group: Admin Emeritus
Posts: 37,904
Joined: 4-April 03
From: Amsterdam
Member No.: 611



Hi Lea

That is indeed the info I was looking for . . . . I see the eepro on eht0 I think that is your onboard ethernet card, but I see no entry for the wireless.
I suppose you can connect to the Net using the "fixed" connection but not the wireless, if so could you post us the following info:
CODE
$ lspcidrake >lspcidrake.txt
( so without the $ sign wink.gif )

This will put a file called lspcidrake.txt in your home directory ( you get no output to the screen in this case ) . . . that makes it easier to copy and paste the text even if you have no external mouse connected to the laptop. wink.gif
If you do have an external mouse, here is a simple tip how to copy and paste in Linux ( also in the console ) Copy and Paste
( Because if you have to type all that info you will have cramp in your fingers by the end of this thread biggrin.gif )


cool.gif Bruno


PS: Also, you say Mandrake sees the card . . . what exactly tells you it does .. where do you see this ?


--------------------
Go to the top of the page
 
+Quote Post
Guest_lea3792_*
post Feb 1 2005, 10:06 PM
Post #12





Guests






Good evening Bruno

Well I go to configure my computer and I see the wireless card in the drop down menue. I tried to configure the wireless card but it tells me there is no wireless card attached. I have no idea what is going on there but I hope I have given you the info you are looking for.Talk to you soon.


Respectfully



Lea


PS

I just think its not loading the drivers if there is any.

Lea
Go to the top of the page
 
+Quote Post
Bruno
post Feb 2 2005, 05:02 AM
Post #13


Le Professeur Pingouin
**************

Group: Admin Emeritus
Posts: 37,904
Joined: 4-April 03
From: Amsterdam
Member No.: 611



That is right Lea, it is not loading the drivers for it at all . . . now, Mandrake 9.2 is not the most recent edition . . . is there any chance you could get the 10.1 ?? ( you will have a better chance )
Also . . . . do you have a connection using the eth0 ? ( the normal "fixed" connection )


cool.gif Bruno

PS: we had some questions about the 802.11g but it looks like you need a recent version of your distro:
http://forums.scotsnewsletter.com/index.ph...l=802\.11g
and: http://forums.scotsnewsletter.com/index.ph...l=802\.11g


--------------------
Go to the top of the page
 
+Quote Post
Guest_lea3792_*
post Feb 2 2005, 09:52 PM
Post #14





Guests






I tried to load Mandrake 10.0 and the program did not let me access to the internet. I tried to configure it several times but I was not successfull. Well after several tries I decided to revert to something that worked,9.2. I think it helps to say I am working off of a laptop. I have a gateway with 512 meg of ram working off of a P4 chip. Its not a bad machine and I think the machine can handle Mandrake.Any thoughts? Thanks very much for taking time to help me.If I down load 10.1 should I do something special to make the first CD bootable.Again thanks!!!

Respectfully

Lea
Go to the top of the page
 
+Quote Post
Bruno
post Feb 3 2005, 05:06 AM
Post #15


Le Professeur Pingouin
**************

Group: Admin Emeritus
Posts: 37,904
Joined: 4-April 03
From: Amsterdam
Member No.: 611



Hi Lea

Mandrake 10.0 had some issues on booting from CD1 ( it did boot from CD2 though wink.gif ) . . but as far as I know this bug did not return in 10.1 . . . it is worth a try . . . ( The Linksys became a very popular card last few years, so should be supported by now )


cool.gif Bruno


--------------------
Go to the top of the page
 
+Quote Post
Guest_lea3792_*
post Feb 3 2005, 09:21 PM
Post #16





Guests






Thanks Bruno but I just think its the program itself no matter what, the card is detected but it just wont work. 10.0(I have an orignal set of disks) boots well and everything else is detected just fine.I will give 10.1 a try, I am having a problem in having the first cd to boot,can you advise on how do I get the first cd bootable. Thanks!!!!


Respectfully
Go to the top of the page
 
+Quote Post
teacher
post Feb 4 2005, 03:30 AM
Post #17


Acute Mac
**************

Group: Honorary Moderators
Posts: 13,843
Joined: 4-April 03
Member No.: 625



If your first disk will not boot then something is wrong with it. I would suggest redownloading the first disk. I had better luck with 10.0 than I did with 10.1. I don't know that you will gain anything there.


--------------------
Teacher

Go to the top of the page
 
+Quote Post
Bruno
post Feb 4 2005, 04:51 AM
Post #18


Le Professeur Pingouin
**************

Group: Admin Emeritus
Posts: 37,904
Joined: 4-April 03
From: Amsterdam
Member No.: 611



Hi Lea

Sometimes the 1st CD of 10.0 did not boot . . but in that case you could use the 2nd one to boot ( is bootable too ) and once booted change the CD2 to CD1
See: http://www.mandrakelinux.com/en/100errata.php3#install


cool.gif Bruno


--------------------
Go to the top of the page
 
+Quote Post
Guest_lea3792_*
post Feb 4 2005, 10:07 PM
Post #19





Guests






Hi Bruno

First I would like to thank you for all your help. I belong to a user group at home and for some unknown reason they are a little short on help. I am willing to down load the latest version of Mandrake but how do I get the first disk bootable. As soon as I load the program I am afraid that I will no longer have internet access (that happen with 10.0) I can go to my wife's (windows xp ) machine and possibly get access from there but that gives me a whole new set of problems. I will give it a try and let you know how it worked out. Thanks and I will talk to you later.


Respectfully


Lea
Go to the top of the page
 
+Quote Post
Bruno
post Feb 5 2005, 05:06 AM
Post #20


Le Professeur Pingouin
**************

Group: Admin Emeritus
Posts: 37,904
Joined: 4-April 03
From: Amsterdam
Member No.: 611



Well, lea . . . you are online now with Mandrake . . . so I see no reason why you should not get connected in Mandrake 10.1.

The bootable problem Mandrake had with version 10.0 was a kernel problem that is no longer present in 10.1 . . . just as long as you download AND burn the CDs in Linux ( if you burn them in Linux nothing much can go wrong with it wink.gif )

Also, and this is important, when you are going to replace the 9.2 with the 10.1 . . . choose for a "clean install" and do not use the "upgrade-function" the installer will present you !

And make sure the network-cable is connected to the laptop while you are doing the install wink.gif


cool.gif Bruno


PS:
Would you mind to have a look in this list http://www.linux-wlan.org/docs/wlan_adapters.html.gz and see if the card is supported . . . I am beginning to think that it is not.
But our moderator Julia "teacher" had a wireless problem too and solved it by buying a simple $5 USB adapter that made her connect.
So if the card is not supported we will ask Julia to post the details of the adapter she got and that might then be the way to go.


--------------------
Go to the top of the page
 
+Quote Post
teacher
post Feb 5 2005, 07:36 AM
Post #21


Acute Mac
**************

Group: Honorary Moderators
Posts: 13,843
Joined: 4-April 03
Member No.: 625



Not quite $5, it was $9. Still single digit. biggrin.gif I purchased a USB PRism 2/3 unit. Prisms have lots of Linux support. I picked it up at ecost.com. They do not have that particular one now but they have others under $20 and some under $10. Look at the specs and compare it with the list. Take the list with you if you shop in stores. smile.gif Good luck. wink.gif


--------------------
Teacher

Go to the top of the page
 
+Quote Post
Guest_lea3792_*
post Feb 5 2005, 10:13 PM
Post #22





Guests






Bruno and Julia,many many thanks, Give me a few days to down load 10.1 and burn the cd's and I will repost when I am done with my results.


Respectfully


Lea
Go to the top of the page
 
+Quote Post
Thangalin
post Feb 5 2005, 11:11 PM
Post #23


New Kid
*

Group: Members
Posts: 1
Joined: 5-February 05
Member No.: 3,177



This may or may not be helpful, but ...

http://www.joot.com/dave/writings/articles...nux-howto.shtml

That's got some tips and tricks (and mentions some utilities) for doing wireless networking on Linux.

Ciao!
T
Go to the top of the page
 
+Quote Post
Bruno
post Feb 6 2005, 05:08 AM
Post #24


Le Professeur Pingouin
**************

Group: Admin Emeritus
Posts: 37,904
Joined: 4-April 03
From: Amsterdam
Member No.: 611



Hi Thangalin

Welcome to the forum ! That is a nice link you posted there ! I will have to add it to my bookmarks !


cool.gif Bruno


--------------------
Go to the top of the page
 
+Quote Post
teacher
post Feb 6 2005, 07:32 AM
Post #25


Acute Mac
**************

Group: Honorary Moderators
Posts: 13,843
Joined: 4-April 03
Member No.: 625



That link is one of the three Jeber posted. Great minds think alike. It is one of four I keep as a reference. wink.gif


--------------------
Teacher

Go to the top of the page
 
+Quote Post

4 Pages V   1 2 3 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 2nd September 2010 - 09:37 PM