Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-09-2009, 08:40 AM
|
#1
|
LQ Newbie
Registered: Nov 2009
Posts: 3
Rep:
|
Need Intel Drivers and help installing them on Ubuntu
Ok I need this driver.
* Product: Intel(R) Chipset Device Software
* Release: Production Version
* Version: 8.3.0.1018 or newer
* Target Chipset#: GS965
and how do I install a driver on linux?
|
|
|
11-09-2009, 09:30 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,336
|
Quote:
Originally Posted by sdelthon
Ok I need this driver.
* Product: Intel(R) Chipset Device Software
* Release: Production Version
* Version: 8.3.0.1018 or newer
* Target Chipset#: GS965
and how do I install a driver on linux?
|
Ok, you need to tell us what device you're looking for. Intel makes a LOT of things...is this a video card? NIC? What?? And you need to tell us what version/distro of Linux you're using.
And as far as drivers go...they're different from what you think of as a driver in Windows. 'Installing' one is a matter of loading the correct kernel module, with the modprobe command.
|
|
|
11-09-2009, 09:41 AM
|
#3
|
LQ Newbie
Registered: Nov 2009
Posts: 3
Original Poster
Rep:
|
ok I'm using Ubuntu 9.10, I've compiled the os to install a specific touch screen driver.
i needed the chipset driver but after looking linux has taken care of that already. but i was messing with the screen resolution and when i boot up all i see is my desktop and icons. no interface help?!
|
|
|
11-09-2009, 09:50 AM
|
#4
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
Are you sure that you need that driver? Most Intel devices are automatically recognized during installation and any needed "drivers" loaded. Open a terminal window and look at output of the lsmod command. Here's what the output (filtered for Intel stuff) looks like on this laptop:
Code:
$ lsmod | grep -i intel
snd_hda_intel 30392 3
snd_hda_codec 78624 2 snd_hda_codec_conexant,snd_hda_intel
snd_pcm 89240 2 snd_hda_intel,snd_hda_codec
snd 72968 12 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 10080 2 snd_hda_intel,snd_pcm
|
|
|
11-09-2009, 09:58 AM
|
#5
|
LQ Newbie
Registered: Nov 2009
Posts: 3
Original Poster
Rep:
|
Quote:
Originally Posted by PTrenholme
Are you sure that you need that driver? Most Intel devices are automatically recognized during installation and any needed "drivers" loaded. Open a terminal window and look at output of the lsmod command. Here's what the output (filtered for Intel stuff) looks like on this laptop:
Code:
$ lsmod | grep -i intel
snd_hda_intel 30392 3
snd_hda_codec 78624 2 snd_hda_codec_conexant,snd_hda_intel
snd_pcm 89240 2 snd_hda_intel,snd_hda_codec
snd 72968 12 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 10080 2 snd_hda_intel,snd_pcm
|
look up one post ^
|
|
|
All times are GMT -5. The time now is 11:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|