PDA

View Full Version : Not recgnising hardware! Two NIC's left stranded :(



cheti12
03-21-2006, 09:50 PM
Hey all,

Always been a closet linux fan (Read: Used to get voyeuristic pleasure from watching over other users shoulders) but after hearing about live cds i decided to bite down and blaze a noob trail. D/led a bunch of live dvds and the only one that worked for me was knoppix 4.0.2. so after successfully logging into the gui (and experiencing first hand the bliss that is kde) i discovered that my trusty stalwart i.e. my wireless connection was not up and running instantly. After having been mollycoddled by windows for years, i overcame the initial befuddlement, then i took stock and decided to read up about this stuff in various fiorums.

Ok. So i figured that my NIC was the problem. It apparently turned its back on the live dvd (though i burned it on a quality dvd, mind you, the pamapered lil nic #$#$) and refused to be recognised at all. I ran every one of the network related wizards and config tools. I did get some ping results from one of the said wizards, but i had a strong hunch that i was, in fact, pinging myself.( Primarily because i had all 0 ms return times). The one of the wizards told me that i had no wireless card.

This is a blatant lie. I have two wireless cards. One is pci based - a netgear 108 mbps wireless wg311T card. I do not have the first card installed under windows. I mean it just sits in the pci slot but i never installed the drivers for it. The other is a Trendnet Tew424Ub wireless usb adapter. This is my mainstay card and it runs just fine under windows. Neither of the cards were recognised. As for the second one, i believe the company does nto support linux for the model. I did find some potential backup drivers for it by third party dogooders, but i have no clue how to go about installing the drivers for it while in the live session (if at all i can).

I am about as noob as noob can get. I mean i understand some technical terms such as command prompt and the ilk, but otherwise i have used windows all my life. If someone cuold please point the way to a solution with noob friendly instructions, you will have converted one more long suffering windows user into a believer. Thanks ahead!

P.S. also another small query. I was wondering if theres an way to switch between kde and gnome appearance while using live dvd? I mean i know about gnoppix but i did see a gnome style control panel in the live session.. any way to switch between both on the go ? Sorry for putting it up here but i thought it was too small a question to merit a seperate post elsewhere. thanks.

nad
03-22-2006, 03:47 AM
Wonderful post!

Unfortunately, I am an old wired geek. I just haven't the need to try out these newfangled wireless devices, and therefore know little about your issues.

I do know that I have had trouble with wired netgear devices over the years as they sometimes use non-standard implementations. What you really need to know are the manufacturers of the actual controller chipsets as this will determine if a driver is available to you. Which brings us to the second issue. It is possible to insert drivers into your running kernel, however, this may not be straightforward. If your required driver is only available as a windoze inf, you will need ndiswrapper support. Search here for instructions.

The third issue is your choice of knoppix. You mention that you have tried several GNU/Linux distributions. Knoppix is not for the faint of heart, and modifying it is not for even some of the most knowledgable. There are several other distributions that are kept more current and purposefully maintain support for more hardware as well as use a more meaningful standard when it comes to applications and libraries. But this is a decision for the ultimate jump. A hard drive install.

And as far as using gnome over kde, either choose a distribution that uses the gnome desktop or gives you the choice, or roll your own with debian (it is easier than you may think). Gnome is not supported on the live cd.

One site I use regularly is www.linux-usb.org ( _the_ linux usb source ). For all around help, check out The Linux Documentation Project, www.tldp.org . News and distributions at http://linux.org . There is probably also a site that I am unfamiliar with for your wireless issues. Perhaps someone else will chime in.

Some useful commands will be: lspci -vvv ( list pci devices with the verbose switch 3 times will give you more than a screenful of sometimes too much information);
dmesg (piped through the less, more, head or tail utility will show you that part of your current boot log or a screenful at a time, which is by the way kept in the file /var/log/messages );
ifconfig for your current network configuration; iwconfig for your current wireless configuration; and of course the ubiquitous man command which will display the manual page for just about anything ( man interfaces for a description of the network interfaces configuration file); man head , man tail , man less , man more for ... and for finding out which man page has the information you are looking for, use: apropos followed by a search string ( apropos network ).

Please post back with any results or additional issues. We are here to assist.