![]() Registered Member ![]()
|
I recently installed kubuntu with KDE 4.1 on a Aspire 6920 which is a 64 bit system with these specs
# Processor: Intel Core 2 Duo T5750 (2.0GHz, 667MHz FSB, 2MB Level 2 cache) # Memory: 4GB 667MHz DDR2 SDRAM (PC2-5300) # Hard drive: 250GB (5400rpm) # Graphics: Intel X3100 integrated graphics # Optical drive: DVD SuperMulti DL # Ports: Ethernet, modem, VGA, microphone in, two audio out jacks, four USB ports, 5-in-1 card reader, ExpressCard slot. I am not getting any sound in neither the KDE or the Gnome, I have tried to check the drivers, but don't really know how, I would like to try and re-install them to see if that would solve my problem, unless their is another way. I am new to Linux, and like what I see so far, but it sucks not to have any sound. If anyone has any suggestions that would be much appreciated. |
![]() Administrator ![]()
|
This is likely because of one of the following:
A ) The sound driver requires special arguments to work with your sound card B ) Your sound card requires the Modem to function ( its probably a Conexant ) C ) Your sound card is not supported with the revision of software in the distribution you have installed. Could you please post the output of "lspci"
Last edited by bcooksley on Sat Feb 07, 2009 7:44 pm, edited 1 time in total.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
![]() Registered Member ![]()
|
thanks for the reply
I would love to do that but, honestly I dont know how. Sorry I am really new to Linux so maybe you wouldnt mind telling me what it is i need to do to get that report. |
![]() Administrator ![]()
|
In Konsole, type this command
Then copy and paste the contents of ~/lspci.txt here
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
![]() Registered Member ![]()
|
You don't mention a specific sound chip but, if it is an integrated Intel sound chip, in some cases, it can be turned on by opening a console and entering
su -- rcalsasound restart after each reboot. It may not work but, if it does, it will give you sound until the problem is fixed properly.
John Hudson, proud to be a member of KDE forums since 2008-Oct.
|
![]() Registered Member ![]()
|
When I typed in Ispci into the Konsole this is what came up:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03) 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) 00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03) 00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) 00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 0 00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03) 02:00.0 Ethernet controller: Attansic Technology Corp. L1 Gigabit Ethernet Adapter (rev b0) 08:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61) When I typed in the command as you posted, nothing happened, I tried to type in the command ~/lspci.txt but all i got as a response was access denied. I hope this can help. |
![]() Registered Member ![]()
|
~/lspci.txt is a path to a file. ~ Is a shortcut for the path to your home directory (/home/your_username), so the file is located here: /home/your_username/lspci.txt.
The line - lspci > ~/lspci.txt - bcooksley asked you to run directs the output of the command "lspci" to a file called "lspci.txt" in your home directoryl. But as it printed out the result on the commandline as well you've got everything you need, you can delete lspci.txt in your home directory as well. No idea about the sound issue though. It could be that there are no sound drivers installed. Can you verify if packages containing the name "Alsa" are installed on your machine? From what I can see your sound card is fairly common and should have proper support.
Last edited by mensch on Thu Feb 12, 2009 10:04 pm, edited 1 time in total.
I have forced myself to contradict myself in order to avoid conforming to my own taste. Marcel Duchamp
|
![]() Registered Member ![]()
|
I tried entering the command su -- and when it asked for the password it gave me an Authentication failure, what is it that this command does? Is the password the same as the log on password or is there a way to change it so that I have a separate password for the Konsole?
|
![]() Registered Member ![]()
|
su is the command to switch to the root user or administrator of the machine. When you installed the OS you're running you were asked to set a password for the root user. It's the same password you use when you install new software from Synaptic, Add/Remove Software (in Ubuntu), PacMan, YaST or whatever packagmanager you're using.
I have forced myself to contradict myself in order to avoid conforming to my own taste. Marcel Duchamp
|
![]() Registered Member ![]()
|
thanks, for the info that makes sense
I checked if I had Alsa and the packages that I have installed are: Alsaplayer QAmix Alsamixergui Gnome AlsaMixer I initially thought that it was the lack of a driver so I installed these packages, but it did not solve the problem, maybe there is one that i am missing I also found it under the default sound card which was installed when I installed Kubuntu
Last edited by Newbee on Thu Feb 12, 2009 10:32 pm, edited 1 time in total.
|
![]() Registered Member ![]()
|
Hmmm. Did you get that information from the "Add/remove programs" dialog, or is this from Synaptic? If the former applies you might want to recheck in Synaptic, there should be some libraries installed as well and that list only contains applications.
I have alsa-base, alsa-modules, alsa-source-current-kernel-version and alsa-utils installed, along with libasound2.
I have forced myself to contradict myself in order to avoid conforming to my own taste. Marcel Duchamp
|
![]() Administrator ![]()
|
What is the output of these two commands?
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
![]() Registered Member ![]()
|
Yeah that was from the Adept manager, I went ahead and looked in the Synaptic Package Manager and I found these programs Installed:
alsa-base, alsamixergui, alsaplayer-alsa, alsaplayer-common, alsaplayer-gtk, alsaplayer-source, and alsa-utils Dont know if that helps any
Last edited by Newbee on Sat Feb 21, 2009 9:55 pm, edited 1 time in total.
|
![]() Registered Member ![]()
|
Alright when I typed in that command this is what came up
ls /dev/snd/ controlC0 pcmC0D0c pcmC0D0p pcmC0D4c seq timer |
![]() Administrator ![]()
|
Try downloading a WAV file from somewhere then launch this command: aplay /path/to/downloaded/wav
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered users: Bing [Bot], Evergrowing, Google [Bot], rockscient