can't get wireless networking going


 
Thread Tools Search this Thread
Operating Systems Linux Debian can't get wireless networking going
# 8  
Old 08-25-2009
Quote:
Originally Posted by chompy
The driver itself allows for far greater capabilities than NDIS wrapping or even native drivers. Allows you to run in higher modes: Master mode (act as a wireless access point), or Monitor mode (allows for wireless packet sniffing).

Really depends if you need this type of capability as to whether you would install it.
That's useful to know. That kind of stuff is not a requirement, but at some point I might want to experiment with stuff like that for learning purposes, so I'll keep MadWiFi on my list of possibilities for the future. thanks for the tips. cheers.

---------- Post updated 08-25-09 at 10:48 AM ---------- Previous update was 08-24-09 at 10:42 PM ----------

OK, I managed to get it wireless working with both cards in the box. without extra effort. As far as I can see, Linux did not automatically connect to the wireless network, I had to select it first time through, after that it connected automatically on boot. The fact that the neighbor also has a wireless network that intrudes into my space may have played a role. I can still post the the new dmesg if you want to see it.

But now I have created a new problem. It seems that in re-inserting my wired NIC I managed to blow out my video driver? I was configured for 1024x768 with 85 hz refresh, but upon booting with the 2nd NIC inserted I reverted to 800x600 60hz. Furthermore, In the screen resolution applet of System Preferences, I have lost all my choices, there is just 640x480 and 800x600, with 60 and 54 hz refresh. Removing the 3com nic again (heavy sigh) did not remedy that situation.

So I guess I have new unintended research to do, unless anyone has a suggestion. Maybe I'll just say f*** it and re-install, since I haven't really done anything with my system yet.
# 9  
Old 08-25-2009
What type of video card is it?
# 10  
Old 08-25-2009
Off the top of my head, It's an older NVidia TNT something or other. 32 MB. I can't remember the exact model. It came with my Dell Dimension PIII.

p.s. when I unplugged the video cable before re-inserting the NIC, I forgot to power off the monitor first, and the monitor does "notice" those circumstances. But I've done that before, and it hasn't caused a problem.
# 11  
Old 08-25-2009
Well you could try to recompile the driver for your kernel, might work.

If you want to try something really weird, try leaving your monitor off until the entire system boots up. I have a weird issue with my Suse box, with dual monitors. If the second monitor is on when it loads the graphics drivers, the font is super tiny. But if I leave the monitor off until after it loads the nvidia drivers it works just dream.
# 12  
Old 08-25-2009
OK bud, no clue how to recompile a driver, but I'll do the research, it can't be that hard. One thing I have noticed is that there is usually excellent documentation available for this sort of thing, so it'll be a good learning experience.
# 13  
Old 08-25-2009
nvidia drivers (like ati drivers) are a bit of a problem child.
try the following:
Code:
# apt-get install module-assistant nvidia-kernel-common  ##this will prep the system and install the module assistant
#m-a auto-install nvidia-kernel-source   ##this will start the module assistant, if not selected select the nvidia drivers

otherwise have a look at this page.
# 14  
Old 08-26-2009
ATI video cards are way more problematic than nvidia cards in a *nix environment imo. I've always found that at least nvidia tries to take the initiative and offer drivers that are usually available via a repository depending on your distro.

@fguy - Don't forget, you more than likely will have to reinstall any custom drivers for devices if you upgrade your kernel
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

Networking

hi From mt windows machine I can ping a LINUX machine but there is no arp entry for the same LINUX on my windows. How is it possible and what can I do to add the arp entry as I need it. thanks (1 Reply)
Discussion started by: leghorn
1 Replies

2. Solaris

Networking help

What am I doing wrong, I configure interfaces ce1,ce,2 and ce3 but when I reboot the server they lose the configuration and I have to reset them? ifconfig ce1 plumb ifconfig ce2 plumb ifconfig ce1 155.216.13.72 netmask 255.255.255.240 ifconfig ce2 155.216.13.73 netmask 255.255.255.240... (5 Replies)
Discussion started by: Kjons76
5 Replies

3. IP Networking

C networking

Can anybody help me regarding networking using c language i know how to capture the packets and to verify it`s protocol destination and source ip etc. Can anybody help me to direct a packet coming to an ip to some other ip of my choice ........ Hope reply ... (0 Replies)
Discussion started by: Sannair
0 Replies

4. UNIX for Advanced & Expert Users

how ..........networking

hi everyone this is dipendra, i am interested in networking,i know simple socket programming . and now i am wonder to get in to audio socket. i have no clue how to build audio socket.so i am looking if u can provide me a link regarding the audio socket building tutorials. (1 Reply)
Discussion started by: dipendra_regmi
1 Replies

5. Solaris

Need help with networking

I can't or i don't know how to put up a network and internet on sun solaris 10. I looked and found some stuff on forums around net but I'm missing a few files. Like, "defaultrouter", "resolve.conf", ping is not working ( host unreachable), my card is "lo0" when I use ifconfig -a comand. Should I... (8 Replies)
Discussion started by: salvor_hardin
8 Replies

6. HP-UX

Wireless

Can someone please point me in the correct direction for setting up a wireless card using HP-UX 11iV1? I know its different depending on the type of card I have, but im looking for a direction. Thanks! (0 Replies)
Discussion started by: nickwinnie
0 Replies

7. IP Networking

Wireless Networking

Does anyone know where can i find advanced and basic information about setting up a WLAN using bluetooth. The operating systems are mandrake 9.0 and windows 2000? Thank you in advance!:) (3 Replies)
Discussion started by: SolidSnake
3 Replies

8. IP Networking

networking

HI guys/gals basic question lets say i am running a network. lets say i am using Win Me. how would i network Win Me to a computer that has linux and another that has 98 well the 98 is no problem but the linux well i have an idea but i am rusty with linux. No i have rusted out. Would you make... (1 Reply)
Discussion started by: pydyer
1 Replies

9. UNIX for Dummies Questions & Answers

Networking

Hi new user to UNIX and I am in the process of networking my UNIX box to my windows2000....Is there a special program I have to install so that my windows would recognize and see the Unix box....any suggestions would be great Thanks (1 Reply)
Discussion started by: jonas27
1 Replies
Login or Register to Ask a Question