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

    • Microsoft Edge 149.0.4022.69 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.69 changelog: Fixed an issue that caused the Downloads dialog to continue displaying the "Keep/Delete" prompt for .rdp files after the download completed. Stable channel security updates are listed here. Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User for 1-Year) by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time, you can save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1 Year) for Windows. Take control of your business finances with Intuit® QuickBooks® Desktop Pro Plus 2024 Lifetime Activation for Windows. This powerful accounting software simplifies bookkeeping, expense tracking, invoicing, and financial management—all in one intuitive platform. Designed for small business owners, freelancers, and accountants, QuickBooks® Desktop Pro Plus 2024 ensures accuracy, efficiency, and seamless transaction tracking. Stay organized, save time, and manage your finances with confidence—no subscriptions, just lifetime access! Financial and business management Comprehensive Financial Management: Gain access to a full suite of features designed to handle everything from creating invoices & managing expenses to generating reports and tracking sales. Enhanced Reporting Tools: Generate professional reports & insights to make informed financial decisions and help you stay ahead of your business goals. Job Costing: Track the profitability of specific jobs or projects. Fixed Asset Management: Track the depreciation & value of fixed assets. Customer & Vendor Management: Organize information, streamline communication & enhance customer relations. Sales Order Processing: Create & manage sales orders from start to finish. Purchase Order Processing: Create & manage purchase orders to streamline vendor payments. Improved Inventory Management: Enhanced features for tracking inventory levels & costs. Automation, integration, and support Enhanced Bank Feeds: Web Connect (manual QBO imports), works on all licenses for easier bank reconciliation Time Tracking: Track employee time to accurately calculate payroll and project costs Easy Data Import: Quickly transfer financial data from Excel or older QuickBooks® versions Why choose Intuit® QuickBooks® Desktop Pro Plus 2024? Effortless Installation: Quick and easy setup with step-by-step guidance. No Hidden Costs: One-time payment—no subscriptions or recurring fees. Direct Official Download: Access the software securely from the official QuickBooks® website. Stay Up to Date: Get the latest updates and features for optimal performance. Multilingual Support: Available in multiple languages to suit your needs. Lifetime Access: A one-time purchase means no ongoing costs. IMPORTANT: Cloud integrations (QuickBooks Payments, TurboTax, and Online logins) are NOT included. Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Windows Max number of device(s): 2 (for 1 user only and can't be used simultaneously) Version: 2024 (United States) 64-bit Available to both NEW and EXISTING users For US customers only Updates included An Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1-Year) for Windows: Lifetime License normally costs $536, but it can be yours for just $299.99 for a limited time, a saving of $236. There are also other plans available. For specifications, and license info please click the link below. Get Intuit QuickBooks Desktop Pro Plus 2024 for just $299.99 This is a time limited deal For US customers only. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • AFAIK you shouldn't be getting a consent popup at all from Canada, so I think it is to do with a VPN or private/secure DNS.
    • From what I see it's only for Insider - preview builds. Not for everybody. So...
    • Of course, all of that sounds great on paper... No it doesn't!
  • Recent Achievements

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

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      91
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!