LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion
User Name
Password
LinuxAnswers Discussion This forum is to discuss articles posted to LinuxAnswers.

Notices


Reply
  Search this Thread
Old 03-17-2005, 11:00 AM   #61
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Rep: Reputation: 30

Latest Update.

I got it working by re-doing from scratch again.

But now my MS Optical Mouse can't work lol

Couldn't get into X because of the mouse, no lights from the led. Looks like its not been detected. Tried re-configure xfree86 but same problem.

Its a USB Mouse using PS/2 convertor.
 
Old 03-17-2005, 02:29 PM   #62
Meatwad
Member
 
Registered: Dec 2002
Distribution: Debian, Libranet, Red Hat
Posts: 43

Rep: Reputation: 15
subaru, I was only able to get this adapter working on kernel 2.6.9 Debian Sarge. The code will compile but the adapter fails to get a mac address on anything but 2.6.9 for me.

And even then the performance is less than spectacular with my Linksys router.
 
Old 03-18-2005, 08:28 AM   #63
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Rep: Reputation: 30
Quote:
Originally posted by Meatwad
subaru, I was only able to get this adapter working on kernel 2.6.9 Debian Sarge. The code will compile but the adapter fails to get a mac address on anything but 2.6.9 for me.

And even then the performance is less than spectacular with my Linksys router.
I could get it to work under 2.6.11.3 but my mouse not working

Is it possible you send me your 2.6.9 .config file to me at revenant@qala.com.sg?
 
Old 03-19-2005, 01:35 PM   #64
Meatwad
Member
 
Registered: Dec 2002
Distribution: Debian, Libranet, Red Hat
Posts: 43

Rep: Reputation: 15
e-mail inbound.
 
Old 10-29-2005, 12:23 AM   #65
Gunho
LQ Newbie
 
Registered: Oct 2005
Distribution: Fedora Core 4
Posts: 3

Rep: Reputation: 0
Few newbie questions

Ok I'm pretty new to Linux and have a few questions about that walk through. Running Fedora Core 4 Kernal 2.6 and change.

Ok, first question is about the 'make all' and 'make install' what exactly are those? I don't see any such files after running the configuration file. If they are scripts that have to be written where would I find what I need to enter into those scripts?

Second is about the file in /etc/int.d/wlan I've hand coded, and created the other files (based on walkthough information) in /etc/wlan but the file that is suppost to be in /etc/int.d/wlan doesn't exist for me. Is this due to my confusion reguarding 'make all' and 'make install'?

Ideas? Comments? Insults? all welcome. Would also be apperciative if i could peak at someone's coding if I need to hand code the files.

Thanks

 
Old 10-29-2005, 12:46 AM   #66
Gunho
LQ Newbie
 
Registered: Oct 2005
Distribution: Fedora Core 4
Posts: 3

Rep: Reputation: 0
Heh, actually never mind all of that.... I answered my own question by playing around a little more... realized that you just type that in...

Ok so I went through the walk through again and made sure I had all of the steps and got everything configured. However, when i go to activate wlan0 in network configuration it gives me the followling

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

I also tried to set up another as a wireless connection as wlan0 shows as a ethernet connection to see if that was the problem but I get the same error when trying to activate that one as well.

Any ideas?
 
Old 12-08-2005, 12:00 AM   #67
Kichigai
LQ Newbie
 
Registered: Dec 2005
Posts: 1

Rep: Reputation: 0
Question B0rk'd link

Has anyone else noticed that the link on the original post is broken?

Also, does anyone know if this will work with the latest version of KnoppMyth?
 
Old 01-09-2006, 10:37 PM   #68
Pancake_of_DOOM
LQ Newbie
 
Registered: Sep 2005
Posts: 4

Rep: Reputation: 0
Im also having problems with this adapter. The drivers work. Connection properties is showing that the device is recieving a signal, but its idle and I cannot get it to connect to the internet. I did everything exactly the way the howto said, except for one line: "SSID_wlan0="yourSSID"". I dont know what SSID is, so I have no idea what to set that value to. Im guessing thats the problem. Im running fedora 4 on a compaq presario 2100. So can anyone explain to me what SSID is? Or is there something else im missing?

Thanks.
 
Old 03-18-2006, 06:23 PM   #69
Gunho
LQ Newbie
 
Registered: Oct 2005
Distribution: Fedora Core 4
Posts: 3

Rep: Reputation: 0
Your SSID is the network you have your wireless router (or access point) set up to service. Log into your router and check what name you gave to your network inside the router. Depending on the maker of your router you should see something like:
"Wireless Network Name (SSID): (whatever you named your wireless net)"
 
Old 03-18-2006, 10:27 PM   #70
Michael_S
Member
 
Registered: Oct 2004
Location: Pennsylvania, USA
Distribution: Debian
Posts: 87

Rep: Reputation: 36
Quote:
Originally Posted by Gunho
Ok, first question is about the 'make all' and 'make install' what exactly are those? I don't see any such files after running the configuration file. If they are scripts that have to be written where would I find what I need to enter into those scripts?
This is off the topic, but you may find the information useful. 'gcc' is the standard compiler for C programs in Unix. So for example if I wanted to compile my C code stored in a file named HelloWorld.c, I would go to the directory that has HelloWorld.c and type "gcc HelloWorld.c".

That's fine for one or two C files. But when you've got thirty or fifty or twelve hundred different files in different directories, it gets old fast. If you need to compile something twenty times in a day, you would spend more time typing in the command than anything else. So for complicated projects, Unix and Linux use a program called 'make', which reads 'makefile' files to figure out which files need to be compiled and compiles them for you.

So when you see 'make', 'make mrproper', 'make config', 'make modules', 'make install' they all reference sections in the makefile file in the project directory. (They could have names like 'make tofu', 'make war', 'make megocrazy', it does not matter - they are just labels for a set of commands inside the makefile.)

... now that I'm done the lecture, I'm stuck myself. I'm running CentOS (based off of RedHat) and I downloaded, compiled, and instaled a 2.6.15-6 kernel image. I think I followed all of the steps for the installation correctly. Everything compiled and installed without errors, and I made the changes to the /etc/modprobe.conf, /etc/wlan files, and so forth. However, even when the modprobe succeeds and I have some prism2_usb messages in the log, I do not have a wlan0 device in my /dev directory. I'm at a loss.

Last edited by Michael_S; 03-18-2006 at 10:29 PM.
 
  


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
Netgear MA111 USB wireless adapter TWF MEPIS 1 10-18-2005 04:50 AM
Netgear MA111 USB Wireless Adapter subaruwrx Linux - Wireless Networking 2 01-20-2005 11:20 PM
Netgear MA111 USB wireless adapter!HELP ME! jarrywhu Linux - Wireless Networking 13 09-28-2004 12:55 AM
Wireless netgear MA111 USB on Mandrak10.0 Sumedha Linux - Wireless Networking 2 08-14-2004 08:54 AM
Netgear MA111 USB Wireless NIC Help DrAxeman Linux - Wireless Networking 0 06-25-2004 02:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion

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