LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Piece of Linksys Cra*! (https://www.linuxquestions.org/questions/linux-newbie-8/piece-of-linksys-cra%2A-51474/)

cclavey 03-24-2003 11:17 AM

Piece of Linksys Cra*!
 
OK, it's official, I *hate* linksys. The WUSB11 has given me nothing but problems. I successfully managed to download and install the drivers. Now, I boot up, run modprobe usbvnetr, modprobe uhci, depmod -a, and then dmesg. Now, this is what kills me, sometimes, dmesg tells me that the USB has been restarted and eth0 is OK, but other times, it says that it is restarting, and then it does nothing! So, even when it ist restarted fine, and eth0 is OK, there are still problems. For example, I try to run lvnet to configure the device. I put in the SSID, and the system hangs. The same thing happens if I dp iwconfig eth0 essid "...". Can anyone help me fix this POS? So far, I have used the HOWTO at atmelwlandriver.sourceforge.net/howto this message: https://iprserv.jura.uni-leipzig.de/...er/000694.html . Any other resources and/or help is appreciated!

Texicle 03-24-2003 02:58 PM

Have you run netconfig as root yet? This will probably help out alot. Also, check to make sure that you've got

/sbin/modprobe usbvnetr
/sbin/modprobe uhci

in your /etc/rc.d/rc.modules file and that they are uncommented. If they're not there, then add them with your favorite text editor.

Also, make sure that you've got

alias eth0 usbvnetr

in your /etc/modules.conf file. This should help your system recognize what it's trying to talk to when you boot up. Hope this helps. :D

cclavey 03-24-2003 06:29 PM

Thanks, I am about ready to throw my WUSB out the window! I'll try that.

Texicle 03-24-2003 10:49 PM

Keep me posted.

cclavey 03-25-2003 08:02 PM

OK, I added those /sbin modprobes, and the puter seems to recognise the usbvnetr at startup. I wonder if it is working, becuase if I use iwconfig, I get an 'eth0 no wireless extension', and if I use lvnet, I get a 'please insert ATMEL card'. On netconfig however, how do I specify the DHCP's ip? Or is that the hostname, what is the hostname (for my machine or the DHCP)? I wonder because at startup, my machine looks for a DHCP, but can't find one.

Hmmm...
Thanks

*Update --- It is, btw, recognising my other NIC card (actually, it is a NI Card, since Network Interface Card Card is redundent :D ). I think that I might just drag my cable modem and router up here to the attic...*

Ethos 03-28-2003 01:05 AM

I'm having the exact same problem, and I'm stuck in the exact same spot. iwconfig tells me the same thing and lwver says to insert a card. I had been following a tutoral at http://free.hostdepartment.com/b/brounich/ and that got me to where I am now. Unfortunately, after that, I'm stuck. If anyone can be of help, I'd greatly appreciate it.

Texicle 03-28-2003 01:18 AM

In netconfig "hostname" is whatever you want to call your box. Mine is "phrankenstein" :D

You can get your DHCP information from your ISP. I had to call mine up and ask them what the DHCP server name and IP address is. They said, "Windows doesn't need to know that information. All you have to do is plug it up to your modem." I said, "I'm using Linux." They said, "Oh, uhm, let me find that out for you then." ....7 minutes later..."This is the supervisor, what information did you need again?" I said, "I need the DHCP server's name and IP address." He said, "Windows doesn't need to know that information. All you have to do is plug it up to your modem." I said, "I'm using Linux and I've been waiting for this information for about 10 minutes now." He said, "Oh, uhm, let me find that out for you then." He came back on about 2 minutes later with the info. Then he said, "Have you thought about dropping off a resume for our IT Helpdesk?" :D I laughed and dropped one off about a week later--no response after about a month. :rollseyes:

Texicle 03-28-2003 01:22 AM

netconfig should ask you for

"hostname"--enter what you want to
"domain name"--enter your ISP hostname
"primary DNS"--enter primary DNS IP
"secondary DNS"--enter secondary DNS IP
"DHCP name"--enter DHCP server name
"DHCP address"--enter DHCP IP

Bear in mind that it may not specifically ask for Primary/Secondary DNS. I can't really remember if it did or if it just had a couple of fields to fill out for DNS IP addresses. When you run netconfig, everything after "hostname" is all ISP oriented, so you'll need to have that info handy. Hope this helps.:D

cclavey 03-28-2003 04:08 AM

Hmmm
I am working on it, Ill let you know if anyhting new comes up. What distro/kernel do you have?

Ethos 03-28-2003 08:19 AM

Assuming that cclavey's question was directed at me, I'm using Slackware 9.0 with 2.4.20.

lava 03-28-2003 11:58 AM

heheh, heres your problem! USB!
ethernet man! ethernet! much faster too.

cclavey 03-28-2003 12:56 PM

Ethos, sorry about that. Hmm, I heard that most guides only work with the 2.4.2 kernel, so you look good to me. Try here I am working on it...

Texicle 03-28-2003 02:42 PM

cclavey how's yours coming along?

cclavey 03-28-2003 04:47 PM

Well, Spring Break ended, and I haven't had time to work on it lately, but I am planning on getting something done tonight, so I'll post my results.

Ethos 03-28-2003 05:17 PM

In an astonishing turn of events based on nothing but luck, (and removing various lines from /etc/modules.conf and /etc/rc.d/rc.modules) I now seem to have an eth1 interface that almost functions. I'm about to ping my wireless router, but unfortunately anything external to the network does not work. I tried setting the default gateway and a nameserver, but this hasn't seemed to help. Also, for future reference, I had to set the IP address of the adapter manually because dhclient didn't want to admit that it existed.

Update:
By using route add default gw <wireless router ip> I was able to ping addresses outside the network. The only thing remaining is to get nameserver lookups working.

Update #2:
It all works perfectly now. Thanks for all of the help, everyone.


All times are GMT -5. The time now is 05:06 AM.