Search : in
By :

Hp dv2000 cd-rom drver for ubuntu

Last answer on Jan 13, 2009 2:32:58 pm GMT ayycaaa, on Nov 21, 2008 12:06:25 pm GMT 
 Report this message to moderators

Hello,
I installed ubuntu 8.04 on my hp pavilion dv2899et (dv2000 series) notebook which comes with vista. After I've installed there was no problem but now cd-rom is not working. What can be the problem? Thanks for your help

Configuration: Linux
Firefox 3.0.4

Best answers for « hp dv2000 cd rom drver for ubuntu » in :
Vista - How to fix missing CD-ROM/ DVD DRIVE ShowVista - How to fix missing CD-ROM/ DVD DRIVE Issue Solutions System Restore Remove and reinstall drivers Registry Issue Your CD/DVD drive isn’t appearing on “Computer”, this sometimes happens when you have just installed or...
Disable CD-ROM autorun ShowDisable CD-ROM autorun AutoRun is the program that enables automatic launching of the CD-ROM. Below is a tips of how to disable the AutoRun. You just have to modify the specific key in the registry. Go to Start Menu and select...
Enable or disable the automatic boot from CD-ROM ShowEnable or disable the automatic boot from CD-ROM Often viruses are transmitted by a CD via its automatic execution. To prevent this, simply disable the automatic start of a CD to be able to analyze the virus. To do this: ...
PC Assembly - Hard drive installation ShowHard drives, CD-ROM, DVD-ROM drives and floppy drive The motherboard usually has two IDE (Integrated Device Electronics) connectors: The first connector is known as the primary device controller; The second is known as the secondary device...

1

 davehn, on Jan 13, 2009 2:32:58 pm GMT

I have the same computer, following this next steps I could make it work. In my case my wireless card is a Atheros AR242X

IF you don't know which is your:

lspci

--First we unable support for Atheros 802.11 Wireless LAN System>Adminitration>Hardware Drivers

--Second install linux-backports-modules

sudo apt-get install linux-backports-modules-intrepid-generic

when you get done with the installation reboot the computer then we go to System>Administration> Hardware Driver and see if our new driver is working also our wireless car should be looking for networks on range by now.

in my case everytime I reboot linux I have to Deactivate my new driver and then activate it again and it starts working.

Note: we can check if our module ath5k has been load using "lsmod" command if we see that "ath_pci" is mounted we should unmount it using "sudo rmmod ath_pci"
we also have to stop it from mounting every time we reboot the system.

echo "blacklist ath_pci" | sudo tee -a /etc/modprobe.d/blacklist.

Reply to davehn