LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 02-14-2010, 12:22 PM   #1
mrughindersingh
LQ Newbie
 
Registered: Feb 2010
Posts: 4

Rep: Reputation: 0
Post cannot find drivers for linux for my compaq notebook


i have compaq presario v6307TU notebook, i am going to learn ethical hacking and i have ubuntu 9.10 and backtrack linux OS.
Do i need different drivers for my ubuntu n backtrack linux OS or there will be only one drivers required for 'linux'.
Anyways i am not able to find any drivers for my notebook for LINUX, i have asked HP for that but nothing gud happened they told that they dont have drivers for 3rd party operating systems.

My notebook uses Conextant HD audio and has intel 945 express family 128mb graphics, i ran ubuntu from the disk i have (but had not installed it yet) and tryed palying my .mp3,mpeg,mp4,avi files and nothing worked..obviously because i had not installed the audio-video drivers...causse i didnt had them...so im here for them.
So please tell me where to find them??
also i wanted to kno that i have installed nfs most wanted on my xp, so will i be able to play it in linux??
 
Old 02-14-2010, 12:41 PM   #2
camphor
Member
 
Registered: Jan 2009
Location: USA
Distribution: Fedora 14 / Slackware 13.1
Posts: 85

Rep: Reputation: 20
Quote:
Originally Posted by mrughindersingh View Post
i have compaq presario v6307TU notebook, i am going to learn ethical hacking and i have ubuntu 9.10 and backtrack linux OS.
Do i need different drivers for my ubuntu n backtrack linux OS or there will be only one drivers required for 'linux'.
Anyways i am not able to find any drivers for my notebook for LINUX, i have asked HP for that but nothing gud happened they told that they dont have drivers for 3rd party operating systems.

My notebook uses Conextant HD audio and has intel 945 express family 128mb graphics, i ran ubuntu from the disk i have (but had not installed it yet) and tryed palying my .mp3,mpeg,mp4,avi files and nothing worked..obviously because i had not installed the audio-video drivers...causse i didnt had them...so im here for them.
So please tell me where to find them??
also i wanted to kno that i have installed nfs most wanted on my xp, so will i be able to play it in linux??
Hi, welcome to LQ. Ubuntu (and BackTrack, which is based on Ubuntu) should find your drivers automatically. Remember that if sound is coming out of the speakers reliably, then they have been found and configured. Your being unable to play mp3 and etc. stems not from a lack of drivers, but a lack of support for restricted codecs. In Ubuntu, this is fixed by opening up a terminal and typing "sudo apt-get install ubuntu-restricted-extras" (without the quotes).
 
Old 02-14-2010, 12:49 PM   #3
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,217

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Drivers come with the distro.
Quote:
they don't have drivers for 3rd party operating systems.
So what is windbloze, 4th party?

The files to support your hardware come with the dirsto for the most part. Unless you have very new hardware, I would expect buntu to work with it. You did the correct thing, boot the live CD and see what works, and what doesn't.

If you got a desktop, then the video hardware is recognized by buntu, and drivers were loaded. Sound, try loading the CD again, look for a mixer application, bring it up, turn up the volume, and make sure things are not muted. Then try to play a .wav file. If that doesn't work, look in windoze and find out what audio hardware you have. Some drivers are not installed by default. Once we know what hardware you have, then we can guide you.

Compaq's are usually not too difficult to get things going.
 
Old 02-14-2010, 01:14 PM   #4
mrughindersingh
LQ Newbie
 
Registered: Feb 2010
Posts: 4

Original Poster
Rep: Reputation: 0
Post

Quote:
Originally Posted by camorri View Post
Once we know what hardware you have, then we can guide you.
thanks for a warm welcome guys..as i was hoping, even better.

I quit didnt understand wat ur trying to kno camorri..do u need some more information about my laptop?

here are the drivers taht i install after i format and install xp :->

1) Microsoft UAA Bus Driver for HD Audio
VERSION: 1.00 Rev. A

2) TITLE: Conexant High Definition Audio
VERSION: 3.26.0.0 Rev. A

3) TITLE: HDAUDIO Soft Data Fax Modem with SmartCP
VERSION: 7.56.0.0 Rev. A
actually i just attached a file reporting information by the "dxdiag"
just take a look into that maybe u find wat ur lookin for..if not tell me
ok thanks guys
Attached Files
File Type: txt DxDiag.txt (43.4 KB, 24 views)
 
Old 02-14-2010, 02:24 PM   #5
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
What the previous posters were saying is that, in almost all cases, hardware drivers are included in the linux kernel. You do not normally need to search the web looking for drivers, unlike Windows. If you are having trouble getting some specific hardware working, post that problem.

In the case of mp3 and multimedia playback, many media formats are patent-encumbered or under non-free licenses. Many distros have a policy against the inclusion of non-free software in their official releases, Fedora and Debian are two notable names with a pretty strict commitment to use only free and open source software. Point being your troubles may not be driver related, it may be that you need to install some software to allow playback of restricted media.

From Ubuntu, if you look at the output of
Code:
lspci -vnn
It will list your pci devices and show the current drivers in use. An example of my output showing the audio device.
Code:
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
	Subsystem: Gateway 2000 Device [107b:0561]
	Flags: bus master, fast devsel, latency 0, IRQ 22
	Memory at f3400000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel
The last bit, Kernel modules, is the driver.
 
Old 02-14-2010, 04:17 PM   #6
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,217

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Thank-you reed9, you summed it up nicely.

mrughindersingh - The big picture, many drivers ( as you know them ) are in the kernels, ie, you don't need to do anything, other than use the device. Others are included in the distro, and are known as kernel modules, they insert into the kernel to operate the device.

If for some reason audio is not working, we need information on the hardware, we get that from linux using commands, like lspci for the pci bus; or lsusb for usb attached devices. With the hardware information, then we can do some searching for a known working driver. There are many sources. For audio, alsa is the main site to look into. If a kernel module exists, ( a driver ) then we find out its name there. Then we look at the distro first to see if it is included. If yes, then you load the module with a command 'modprobe'. Once loaded the device should work. Sometimes a little configuration is necessary.

If the module is not included, you are not stuck yet. It may be possible the module exists as source code. This has to be downloaded, and compiled. You do that yourself. I know this is different than the windbloze world you came from; welcome to linux. Once the module is compiled, ( that builds a binary module ) you load it with the modprobe command.

You may get stuck with brand new hardware, and there is no driver. If that is the case, then you can either get a different adaptor that is supported, or wait for someone else to create a working driver. Usually only bleeding edge technology falls into this category. If the system is at least six months old, chances are we can get everything going.

This is the big picture...
 
Old 02-15-2010, 02:08 AM   #7
mrughindersingh
LQ Newbie
 
Registered: Feb 2010
Posts: 4

Original Poster
Rep: Reputation: 0
hmm..looks i need to get going for linux now.
get back with u guys soon...after checking things out (now the correct way)
thanks people
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Find notebook certified by Linux Fundation rsottini Linux - Hardware 1 12-13-2008 07:43 AM
Linux distro for Compaq M2512 AU Notebook kirtimaan_bkn Linux - Newbie 6 05-15-2006 05:47 AM
SuSE Linux on Compaq Presario Notebook ComputerMan Linux - Laptop and Netbook 14 09-24-2003 06:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration