User Feedback :: general help with cd-rom and usb drives



Hello everyone, I am a fan of dsl and i am also very new to the world of Linux. If someone (s) could help me with a couple things it would be greatly appreciated. I just got a very old laptop off of ebay and dsl runs fine and everything on it but im having problems playing sound and accessing the cd-rom drive. The problem is I dont know how to. The laptop is a Toshiba Satellite Pro 400CDT
Model no:PA1207U CXTCD Another thing is when i get the PCMCIA cards i would like to know how to access my USB flash drives. Thank you for any help.

Can you give examples of what problems you're having? Is it trying to play musical CDs, streaming audio, etc.?

Data CDs and USB media have to be mounted. Which version of DSL are you using and how are you using it (live CD loaded toram, frugal install, hard drive install)? If you're using 4.x, you can right click on any of the desk top icons and get an option for mounting devices. Your CDROM should be listed as well as floppy (whether you have a drive or not). USB media should show up as /mnt/sda1, /mnt/sdb1, etc., in order of insertion. Don't forget to unmount (the same way) before removing.

Those old toshibas are great, I've owned several :D

Seems the sound chip is ESS 688. So, you would need to do what I did to my Satellite 200CDS.
The card is ISA, that's why it can't be autodetected. So go into the bios (press esc during boot),
and write up all the values for the sound (irq, address, dma). Then boot DSL, get a root console, and after using "modinfo sb" to see how to use the options (esstype is 688 by the way), use them like:

modprobe sb esstype=688 irq=blah blah.

Try playing sound, it should just work. Then put that modprobe line last into your /opt/bootlocal.sh to have sound every boot.

Hello again, thanks for the responses i hope they help.
!. im trying to play music cd's
2. i am using DSL 4.2.4
3. Hard drive install
4. no floppy drive
5. Thank you very much!

Curaga said:Try playing sound, it should just work. Then put that modprobe line last into your /opt/bootlocal.sh to have sound every boot.
I dont quite understand what you mean. Could you please elaborate or give me full instructions or something. Thanks!

Next Page...
original here.