I think I already did that. When I do it again I get,
mike@mike-desktop:~$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
mike@mike-desktop:~$ sudo aptitude install linux-kernel-headers linux-headers-`uname -r`
[sudo] password for mike:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Writing extended state information... Done
No candidate version found for linux-headers-2.6.27-7-generic
No candidate version found for linux-headers-2.6.27-7-generic
The following packages will be REMOVED:
dkms{u} fakeroot{u}
0 packages upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 840kB will be freed.
I think my problem is lack of network access outside of Gnome. After I do alt-ctrl-F1 and stop Gnome I cannot ping anything and so I assume my wireless drivers have been stopped as well. The Nvidia installer is trying to fetch the driver but can't.
The 173 drivers cause it to boot in low res mode so I think it is the 180 (or 185) drivers that are required. According to this page I need NVIDIA-Linux-x86_64-185.18.31-pkg2.run for GeForce 6 series and Linux 64 bit. How do I know if I am on Linux64 or Linux32?
The 6150SE is not in this list so I would think it's not supported by that driver. The fact that you can get it working (at least to some degree) using 173 but not 180 seems to bear this out.
With the 173 version installed, do you get the driver listed in Hardware Drivers? If so, can you attach your /etc/X11/xorg.conf file?
Also, what low res are you seeing? What resolution do you expect/hope for?
I think my problem is lack of network access outside of Gnome. After I do alt-ctrl-F1 and stop Gnome I cannot ping anything and so I assume my wireless drivers have been stopped as well. The Nvidia installer is trying to fetch the driver but can't.
That's just weird. Networking doesn't rely upon anything in Gnome and should work fine without it. Ctrl-Alt-F1 doesn't stop Gnome so I can only assume you're killing Gnome some other way and that might be taking out your networking for some reason.
Why are you killing Gnome again? You shouldn't have to--logging out and back in should restart the X server for you.
The SE isn't but the 6150, 6150S and 6150LE are in the list and so I think it is the 180 I need. The 173 cause it to boot into a "safe" type video mode and I had to restore to default.
My config file appears to be the default,
Section "Device"
Identifier "Configured Video Device"
EndSection
I think my problem is lack of network access outside of Gnome. After I do alt-ctrl-F1 and stop Gnome I cannot ping anything and so I assume my wireless drivers have been stopped as well. The Nvidia installer is trying to fetch the driver but can't.
you can type ifconfig -a and see if it is still up. alt-ctrl-F1 doesn't stop gnome it just opens a terminal the only way to stop gnome it to change init to 1
which kills gdm and stops gnome the uname -r is not getting all of you kernels name I use debian ubunta has too much bloat for me I do use it at a net cafe with 6 computers but i never had any problems with NVIDIA cards it was always ati that gave me hell
You can use sudo. Once you're confident you can use 'sudo su -' to enter a root shell and then 'passwd' to give the root account a password so you can actually log in as root.
The SE isn't but the 6150, 6150S and 6150LE are in the list and so I think it is the 180 I need. The 173 cause it to boot into a "safe" type video mode and I had to restore to default.
Right, but 173 lists the 6150SE specifically. 180 *may* support your card, but I *know* the 173 does--so being remote, that's a better place to start since I can't actually get my hands on your machine.
I think when I'm at the command line the system is trying to use my wired card and not the wireless. Restarting didn't work. I'll try disabling the wired card in setup.
I think when I'm at the command line the system is trying to use my wired card and not the wireless. Restarting didn't work. I'll try disabling the wired card in setup.
Weird. It shouldn't care whether you're in X or not; the networking is independent of that. I wonder whether Network Manager is taking down the wireless when it is closed when X is killed. There's not much I like about Network Manager (that's why I recommend replacing it with Wicd).
Disabling the wired card made no difference. I can ping BBC - Homepage at the command line and get a reply but once I stop Gnome it no longer works. I'm guessing that Gnome looks after the wireless key. Looks like the 50M network cable may be the only way.