ubuntu linux

yeah, I setup with the 2.6 kernel, and it's new to me.
I probably should do a secondary setup with 2.4, until I learn it a little more.
 
lsmod shows the sata module ?

lspci can give you information on how to search for the proper module, just in case it isn't installed.
 
dmesg | grep hd
or
dmesg | grep sd


See if it even detects the controller/hard drive.
 
ah, I got it.
I was creating the dir in mnt the wrong way.
I was creating it as a device instead of as a regular dir. :nerd:
Works fine now. :swing:
 
well now to fix my alsa driver.
right now it's using the oss sound drive and it doesn't sound as good, and only
playing on 2 channels.
 
Back
Top