My friend has a dell inspiron 8200 laptop that is very screwed up right now. My friend has no operating system or restore disks, but i have ubuntu 6.06 disk with me that i want to use. Are there drivers for the dell inspiron 8200 notebook that will work on ubuntu? Thanks for your help.


P.S. I only need the critical ones, like video, network, etc. I will try my copy of xp that i bought 5 years ago first to see if it'll work.

Dani AI

Generated

Practical checklist and quick diagnostics for a Dell Inspiron 8200 (adds to the thread started by and expands on observations from and ). Ubuntu 6.06 is very old and will lack drivers and security updates; a modern live image (preferably a lightweight flavor such as Xubuntu or Lubuntu) will give much better out‑of‑the‑box hardware support on legacy laptops. Use a live session first to avoid changing the hard drive.

Collect hardware IDs during the live session to identify the exact chips before hunting drivers. Useful commands to run and save into text files:

lspci -nn > /tmp/lspci.txt
lsusb > /tmp/lsusb.txt
sudo lshw -short > /tmp/lshw.txt
dmesg | egrep -i "firmware|wireless|eth|radeon|nvidia|nouveau|intel" > /tmp/dmesg-net-gpu.txt
uname -r > /tmp/kernel.txt
free -m > /tmp/mem.txt

Driver-install workflow and common fixes: use "Software & Updates" -> "Additional Drivers" in the live/session install to enable proprietary modules if available. If a kernel module must be built, install build tools and headers first:

sudo apt update
sudo apt install build-essential dkms linux-headers-$(uname -r)

For wireless, many vintage chipsets require a firmware or vendor package; for video, the kernel’s open drivers often work but vendor legacy drivers exist for some older GPUs. If the GUI fails, try a VESA fallback and capture Xorg logs (/var/log/Xorg.0.log) for diagnosis.

Notes and cautions: back up any disk data first; keep the original Windows XP media and license if reinstallation is considered; if online help is needed later, include the saved output files above (lspci -nn, sudo lshw -C network, kernel version and dmesg snippets) so exact driver/package recommendations can be made.

Recommended Answers

All 2 Replies

There is an easy way to find out. Because you're using an Ubuntu disk, you can probably boot off of it without taking the time to install it. Booting may take a few minutes but once it's up and running with your Gnome session, you can start playing with different applications to test out the stock drivers.

Proprietary drivers, such as video like Nvidia, will need to be installed manually (meaning they may not be part of the default installation).

Bill

My friend has a dell inspiron 8200 laptop that is very screwed up right now. My friend has no operating system or restore disks, but i have ubuntu 6.06 disk with me that i want to use. Are there drivers for the dell inspiron 8200 notebook that will work on ubuntu? Thanks for your help.


P.S. I only need the critical ones, like video, network, etc. I will try my copy of xp that i bought 5 years ago first to see if it'll work.

Dude, I recently installed Ubuntu 8.10 two days ago...no problem with drivers. Download adn burn to a CD or DVD and boot into CDROM. Amazingly its faster by 10-15 secs with 256 mb ram against WindowsXP pro and 3gb ram.
But as far as drivers are concerned...you'll have no problem.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.