QUOTE(Suscept @ May 31 2005, 20:54)
I added another IDE hard disk as slave after i did the ubuntu install and its not showing up
[right][snapback]585997560[/snapback][/right]
Try this in a terminal, and post the output in the forum here:
CODE
sudo fdisk -l
(and that is a lowercase "L", not the number "1")
This will tell you every hard drive it sees.
QUOTE(Suscept @ May 31 2005, 20:54)
My netgear dm602 router was auto-detected via ethernet, but i want to use the usb connection on the modem instead so i can use the ethernet for my PS2. The usb driver on the netgear site suggest its for windows.
[right][snapback]585997560[/snapback][/right]
Using the ethernet port will be most transparent and problem-free. However, USB may work. If not natively, then through something like NDISwrapper, I think. I have no experience with that, but it should help point you in a possible direction. We have a HOWTO on setting up NDISwrapper in our HOWTO & FAQ section here.
QUOTE(Suscept @ May 31 2005, 20:54)
Also, i think i might have buggered up my Sata hard disk, i formatted it within Ubuntu then decided to put it in my other PC to install ubuntu or windows but it just ticks slowly and not much screen action... i can't even make it to the installer it just hangs at dos.

[right][snapback]585997560[/snapback][/right]
I dunno. Try running
qtparted and see what you can see with that tool. Also, the fdisk command above might tell us what is going on.
If the drive is going to be reformatted and re-used, and you don't care about the data on it, you may need to just wipe the partition table data. If you need to, you can possibly remove all data with qtparted, or you can do this with a
dd command.