Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 23-01-2006, 07:58 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2006
Posts: 2
Default Ubuntu 5.10 creative vibra128 sound card -no sound


I have installed Ubuntu 5.10 in my PII 300, 128MB, 20 GB with creative vibra 128 sound card. There is no sound. I have tried loading emu10k1 and ca0106 in alsa with no sound. XMMS plays songs but without sound. Any suggestions? I am linux newbie (well almost).
smurthygr is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 23-01-2006, 09:57 PM   #2 (permalink)
In The Zone
 
phatratt's Avatar
 
Join Date: Jan 2006
Location: Mysore
Posts: 263
Default

maybe the os is old and fails recgonise the new/latest hardware.
phatratt is offline  
Old 23-01-2006, 10:46 PM   #3 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

If XMMS plays without error, the module should be loaded up fine. Try unmuting the volume with

Quote:
sudo amixer set Master 75 unmute
sudo amixer set PCM 75 unmute
Otherwise post the output of "lsmod | grep snd"
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 24-01-2006, 08:37 PM   #4 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2006
Posts: 2
Default

sudo commands got the reply "Unable to find simple control 'Master",0" and "unable find simple control "PCM",0"

sudo lsmod | grep snd :

snd_ens1371 22240 1
gameport 14472 1 snd_ens1371
snd_ac97_codec 72188 1 snd_ens1371
snd_pcm_oss 46368 0
snd_mixer_oss 16128 1 snd_pcm_oss
snd_pcm 78344 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 10120 1 snd_pcm
snd_seq_dummy 3844 0
snd_seq_oss 29440 0
snd_seq_midi 8608 0
snd_rawmidi 22816 2 snd_ens1371,snd_seq_midi
snd_seq_midi_event 6656 2 snd_seq_oss,snd_seq_midi
snd_seq 44688 7 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
snd_timer 21764 2 snd_pcm,snd_seq
snd_seq_device 8204 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq
snd 48644 13 snd_ens1371,snd_ac97_codec,snd_pcm_oss,snd_mixer_o ss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_tim er,snd_seq_device
soundcore 9184 1 snd
smurthygr is offline  
Old 24-01-2006, 08:47 PM   #5 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

Allright, check the ALSA troubleshooting guide given here -

http://alsa.opensrc.org/index.php?page=TroubleShooting
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 25-01-2006, 09:49 PM   #6 (permalink)
Wise Old Owl
 
Join Date: Jan 2004
Location: New York
Posts: 1,634
Default

Moved here from Hardware. This is a better section for queries on Linux
Nemesis is offline  
Old 25-01-2006, 09:54 PM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

Are U sure U unmuted mixer?Then also no sound,have a try with alsaconf which needs alsa-utils package installed..then service alsa* restart.try Ur Luxk
praka123 is offline  
Old 25-01-2006, 10:39 PM   #8 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

I think support isn't compiled in the kernel, for breezy.. for creative vibra 128 sound card. He'll have to recompile the kernel.
@ smuthy
1. Download the kernel source for breezy via apt/synaptic.

2. A symlink wud be created for the sources as /usr/src/linux.

3. Do a
$ cd /usr/src/linux
$ sudo make menuconfig

This should fire-up a ncurses based menu structure. Press [shift]+/(?) key to search.
Search for the following terms,
=> creative vibra 128
=> ca0106
=> emu10k1
For each result given, press M key to select the items as modules<M>. Make a note of the module names, this is extremely important! Select [Exit] and save the configuration when it asks to save.
next, when you are at the shell,
$ sudo make install && make modules_install
Now copy over the bzimage
$ sudo cp /usr/src/linux/bzimage /boot/ubuntu
Now edit your /boot/grub/menu.lst and create a new boot entry on top as,
$ sudo vi /boot/grub/menu.lst

title Custom Kernel 2.6
root (0,0)
kernel /boot/ubuntu

Now reboot your computer and boot into the new kernel. Now modprobe the the modules you noted before.
$ sudo modprobe <modules>
report if it works.. Best of Luck!
__________________
Call it Emacs,
Love it or Leave it.
Satissh S is offline  
Old 25-01-2006, 11:59 PM   #9 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

I dont think You need to compile fresh kernel from source,since your sound modules are listed...Better try alsaconf and any small mistakes like muted volume etc..another good utillity is "modconf" try searching modules using this command
@satishebian and Ubuntu got a better kernel compile system using make-kpkg to make kernel-image.deb or alsa-kernl-modules.deb etc..i've tried it long back..dont remember..but its easier for me than manual install..
http://www.linuxforu.com/yabbse/inde...tart=0#msg6869
praka123 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by icebags
- by clinton
- by topgear
- by trublu

Advertisement




All times are GMT +5.5. The time now is 10:17 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2