Installing ubuntu linux in compaq cq40-133tu
Solved/Closed
Related:
- Installing ubuntu linux in compaq cq40-133tu
- Install .tar.gz in ubuntu - Guide
- Kali linux iso download - Download - Linux
- Ubuntu install bison - Guide
- Install ncurses ubuntu - Guide
- Ubuntu reset network settings - Guide
3 responses
trymyhelp10
Posts
17
Registration date
Friday August 15, 2008
Status
Member
Last seen
May 19, 2009
10
Mar 18, 2009 at 03:57 AM
Mar 18, 2009 at 03:57 AM
you should check the Ubuntu forums about drivers compatiblity
rossdavid
Posts
185
Registration date
Tuesday November 18, 2008
Status
Member
Last seen
August 6, 2010
29
Mar 18, 2009 at 10:15 AM
Mar 18, 2009 at 10:15 AM
I strongly recommend you to visit this link to install ubuntu proprely :- https://help.ubuntu.com/community/Installation
I know how to install the ubuntu os. Ive installed it as a guest operating system in windows vista. The only problem is that the sound card of my laptop is not working well with this os. How could I check which kernel of linux would support my sound card.
Name of sound card is IDT.(and I currently dont have an internet connection)
Name of sound card is IDT.(and I currently dont have an internet connection)
1. copy-paste the following command into the Terminal:
gksudo gedit /etc/modprobe.d/alsa-base.conf
2. and add these lines to the end of the /etc/modprobe.d/alsa-base.conf file:
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=dell-m4-1
options snd-hda-intel enable_msi=1
3. Then navigate to System>Preferences>Sound and change everything to ALSA
4. copy-paste the following command into the Terminal:
gksudo gedit /etc/group
5. replace the following line (or something very similar to it):
audio:x:29:pulse
with this line:
audio:x:29:joshua,pulse
gksudo gedit /etc/modprobe.d/alsa-base.conf
2. and add these lines to the end of the /etc/modprobe.d/alsa-base.conf file:
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=dell-m4-1
options snd-hda-intel enable_msi=1
3. Then navigate to System>Preferences>Sound and change everything to ALSA
4. copy-paste the following command into the Terminal:
gksudo gedit /etc/group
5. replace the following line (or something very similar to it):
audio:x:29:pulse
with this line:
audio:x:29:joshua,pulse