Ubuntu - How To Install Drivers?


Recommended Posts

When I used the LiveCD, the sound and Internet worked instantly. However, I have now installed it and neither work any more and I can't figure out how to install drivers.

User-friendly Ubuntu my a*se lol if it wants to become mainstream and 'for everyone', they need simple things like this to work from the start like Windows XP does.

Link to comment
https://www.neowin.net/forum/topic/468431-ubuntu-how-to-install-drivers/
Share on other sites

Try using the Marvell Yukon NIC.

You may have to modprobe sk98lin

Say what? Is is not as easy as clicking on a 'Add Hardware' applet like you can in Windows? I am not trying to annoy Linux fans (and I am far from a Windows lover) but this is daft, especially considering Ubuntu is known as the 'friendly' Linux distribution.

Sorry, I'm an Arch Linux user, I dont use/have the GUI's etc :s

But I did have to add that module when using the Marvell NIC. (I have an A8N borad too)

Also check Synaptic for an nforce package, there is one available in the Arch repo's perhaps Ubuntu has it too?

Edited by Bliksem

Sorry, I'm an Arch Linux user, I dont use/have the GUI's etc :s

But I did have to add that module when using the Marvell NIC. (I have an A8N borad too)

Also check Synaptic for an nforce package, there is one available in the Arch repo's perhaps Ubuntu has it too?

You're losing me lol

Ubuntu must have the drivers for the sound/network hardware on the CD as when it was running in Live mode, they worked fine.

Say what? Is is not as easy as clicking on a 'Add Hardware' applet like you can in Windows? I am not trying to annoy Linux fans (and I am far from a Windows lover) but this is daft, especially considering Ubuntu is known as the 'friendly' Linux distribution.

When hardware is auto-detected properly, it is much easier in Linux, as you don't have to 'install' any drivers.

Perhaps you have seen driver selection screens like this in XP when you have hardware that Windows isn't quite sure of:

select-driver.png

I suppose that someone could (and probably has) wrote a simple GUI to point and click from a listing of very possible Linux module... But it isn't that tough to type a single modprobe line.

A matter of preference and what you are familiar with, I guess.

When hardware is auto-detected properly, it is much easier in Linux, as you don't have to 'install' any drivers.

Perhaps you have seen driver selection screens like this in XP when you have hardware that Windows isn't quite sure of:

select-driver.png

I suppose that someone could (and probably has) wrote a simple GUI to point and click from a listing of very possible Linux module... But it isn't that tough to type a single modprobe line.

A matter of preference and what you are familiar with, I guess.

Erm, type it where? Where do I download the drivers from and what do I do with them etc.?

I think I'll format the partition and put Vista back on. That downloads and installs the drivers for you :D

You type it in console. You will find console in one of the menus, again I dont use gnome/KDE so not sure which menu it'll be under.

You type the command, and the kernel will load the module/driver, you shouldn't have to download a thing.

I think I'll format the partition and put Vista back on. That downloads and installs the drivers for you :D

:rolleyes:

You type it in console. You will find console in one of the menus, again I dont use gnome/KDE so not sure which menu it'll be under.

You type the command, and the kernel will load the module/driver, you shouldn't have to download a thing.

:rolleyes:

Dont' roll your eyes. Call it 'noob' but it works perfectly, makes everything easy and you don't have to messa round with console entries!

Dont' roll your eyes. Call it 'noob' but it works perfectly, makes everything easy and you don't have to messa round with console entries!

Console entries aren't exactly messing around. Linux is very useful once you get used to it.

Anyway, open a console and try typing the following:

modprobe forcedeth <enter>
dhcpcd <enter>

See if that works.

Console entries aren't exactly messing around. Linux is very useful once you get used to it.

Anyway, open a console and try typing the following:

modprobe forcedeth <enter>
dhcpcd <enter>

See if that works.

I can't anywhere to enter that in Ubuntu.

Applications>Accessories>Terminal

Or

Alt+F2, 'gnome-terminal', <enter>

Or

Alt+F1 if you still can't find the Gnome menu.

Nope, not working... (screenshot attached)

I am not blind, I was simply told to find a 'Console' not a Terminal.

post-645-1149869071.jpg

You need to run those commands under root permissions or whatever by using sudo

i.e.

sudo modprobe forcedeth

Ubuntu has dhclient. Not dhcpcd.

edit: I see there's not output after the modprobe forcedeth there so I guess the module loaded successfully. You can check for any possible errors by doing dmesg | grep forcedeth

dmesg will show you a ton of messages but |grep forcedeth will filter out lines that contain the words forcedeth.

You need to run those commands under root permissions or whatever by using sudo

i.e.

sudo modprobe forcedeth

Ubuntu has dhclient. Not dhcpcd.

edit: I see there's not output after the modprobe forcedeth there so I guess the module loaded successfully. You can check for any possible errors by doing dmesg | grep forcedeth

dmesg will show you a ton of messages but |grep forcedeth will filter out lines that contain the words forcedeth.

That worked and I now have Internet access! About time, talk about effort lol

I guess the next thing is audio drivers, graphics drivers etc. but I have no idea how to go about that. I will go to NVIDIA and download them now...

"I will go to NVIDIA and download them now..."

If only it were that simple! XD

Why download graphics drivers if it's all working already? I've never had linux do the crappy window refresh thing windows does when it doesn't have the right drivers installed.

Nvidia graphics drivers are in the repos.

apt-get install nvidia-glx linux-restricted-modules-`uname -r`

or just search in synaptic.

that would be 'sudo apt-get install nvidia-glx', the restricted modules should have been installed by default in 6.06.

or 'sudo aptitude install nvidia-glx', whichever you prefer.

Once the driver is installed, you then type 'sudo nvidia-glx-config enable' which will edit your /etc/X11/xorg.conf file to specify the 'nvidia' driver.

Press Ctrl-alt-backspace to shutdown Xwin, relog in, and Xwin should now be using the nvidia driver. You may or may not see an nVidia splashscreen.

"I will go to NVIDIA and download them now..."

If only it were that simple! XD

Why download graphics drivers if it's all working already? I've never had linux do the crappy window refresh thing windows does when it doesn't have the right drivers installed.

I want to install and play games eventually, that's why. Also, Windows Vista won't do that 'crappy window refresh' thing Windows does as the entire environment is DirectX.

that would be 'sudo apt-get install nvidia-glx', the restricted modules should have been installed by default in 6.06.

or 'sudo aptitude install nvidia-glx', whichever you prefer.

Once the driver is installed, you then type 'sudo nvidia-glx-config enable' which will edit your /etc/X11/xorg.conf file to specify the 'nvidia' driver.

Press Ctrl-alt-backspace to shutdown Xwin, relog in, and Xwin should now be using the nvidia driver. You may or may not see an nVidia splashscreen.

The OS now seems more responsive, thank you (Y)

Now, how about the sound drivers? I think they may be installed, but I have no MP3 decoder? As well as the command(s), Can you guys tell me how you knew it in the first place? Is there a list of what is in this 'depositary' that I can browse through?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      193
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!