Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Hardware Support > ARCHIVES - Notebooks
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Notebooks This is a special forum dedicated to notebook problems.

 
Page 2 of 4 1 2 34
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 18-Oct-2007, 11:43
oldcpu
Guest
 
Posts: n/a
Default

Quote:
updated everything... latest http://pastebin.ca/741265
but still no sound... old cpu???
[/b]
Where did you get your alsa from?

Can you run "dmesg > dmesg-out.txt" and then open "dmesg-out.txt" with your favourite text editor and scan through this file, looking for any occurrences of "alsa", "sound", "audio", "snd", "alc268", "hda_intel" ?

Quote:
Reference 1.0.15 RC ?? , what alsa apps did you install? Presumeably alsa, alsa-driver-kmp-default, alsa-oss, alsa-tools, alsa-utils, and alsa-plugins.[/b]
Same question .... what alsa apps did you install?
  #12 (permalink)  
Old 18-Oct-2007, 17:57
hype
Guest
 
Posts: n/a
Default

Quote:
Where did you get your alsa from?

Can you run "dmesg > dmesg-out.txt" and then open "dmesg-out.txt" with your favourite text editor and scan through this file, looking for any occurrences of "alsa", "sound", "audio", "snd", "alc268", "hda_intel" ?

Same question .... what alsa apps did you install?
[/b]
I builded them myself...

Code:
cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC268
Codec: Motorola Si3054


looked here: http://www.mjmwired.net/kernel/Documentati...nfiguration.txt

ALC268
3stack 3-stack model
auto auto-config reading BIOS (default)

... tried both in /etc/modprobe.d/sound

options snd-hda-intel model=MODEL

and still no sound.
  #13 (permalink)  
Old 18-Oct-2007, 23:30
oldcpu
Guest
 
Posts: n/a
Default

Quote:
I builded them myself...[/b]
Which of the following alsa apps did you build? alsa-driver ? alsa-firmware ? alsa-lib? alsa-plugins? alsa-utils? alsa-tools? pylsa? alsa-oss?

I notice from the URL you provided that there are two different models from ALC268:
Code:
ALC268
830**********3stack****3-stack model
831**********auto********auto-config reading BIOS (default)
If I read correctly, you tried to force the model to "3stack" to see if that made any difference? And it didn't.

other options are to force different values of:
Code:
position_fix - Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size)
probe_mask**- Bitmask to probe codecs (default = -1, meaning all slots)
enable_msi****- Enable Message Signaled Interrupt (MSI) (default = off)
Did you also play with those with combinations of the model?

Quote:
Can you run "dmesg > dmesg-out.txt" and then open "dmesg-out.txt" with your favourite text editor and scan through this file, looking for any occurrences of "alsa", "sound", "audio", "snd", "alc268", "hda_intel" ?[/b]
Same question, can you run "dmesg > dmesg-out.txt" and then open "dmesg-out.txt" with your favourite text editor and scan through this file, looking for any occurrences of "alsa", "sound", "audio", "snd", "alc268", "hda_intel" ?

For example, do you get many "azx_get_response timeout" messages at loading ?
  #14 (permalink)  
Old 24-Oct-2007, 07:03
chucktr
Guest
 
Posts: n/a
Default

Hi there,
I looked on the Web and found that another person had problems with sound. It was a review on SuSE 10.2 by Clement Lefebvre. He had problems with his hardware getting setup. In the Hardware section of YAST, it detected my sound chip but did not set it up. I had to edit it and select 'automatic configuration'. Like Clement I am at a loss as to why this was not done at install. At anyrate, sound now works. I also had to do this with my 10.3 ... I think. Give it a shot... it may fix your problem. :unsure:
Chuck
  #15 (permalink)  
Old 02-Nov-2007, 15:18
hype
Guest
 
Posts: n/a
Default

ok now i have tried kubuntu and after some tweaks and some reading i got the sound to work...
But I like opensuse more... so I did a fresh install of opensuse 10.3 and added http://download.opensuse.org/repositories/.../openSUSE_10.3/

So now I have latest alsa... but no sound.

I did however this in kubuntu:

wget ftp://ftp.alsa-project.org/pub/driver/als...-1.0.15.tar.bz2
tar xvpjf alsa-driver-1.0.15rc1.tar.bz2
cd alsa-driver-1.0.15rc1
./configure --with-cards=hda-intel
make
sudo make install

and added modell thosiba but where do i add that in opensuse?

then i looked around and did this:

cd /usr/src
sudo module-assistant update
sudo module-assistant prepare
sudo module-assistant auto-install alsa
sudo shutdown -r now

after reboot sound worked...

so how do I do something similair in opensuse?
here is the guide https://wiki.ubuntu.com/Gutsy_Intel_HD_Audio_Controller
but I already have the latest alsa but maybe this give you guys a clue howto get sound in opnesuse...
  #16 (permalink)  
Old 02-Nov-2007, 15:51
oldcpu
Guest
 
Posts: n/a
Default

Quote:
I did however this in kubuntu:
and added modell thosiba but where do i add that in opensuse?[/b]
I recommend in /etc/modprobe.d/sound. From there it will be loaded each time you reboot.

Maybe also give us a more current look at your sound config. ....

Could you run the script again, so we can see what modules are loaded now? To download:
bash alsa-info.sh
and again post the URL here ....

Quote:
and added modell thosiba but where do i add that in opensuse?[/b]
Is this a Toshiba Laptop you are using? If so, what model #?
  #17 (permalink)  
Old 02-Nov-2007, 16:07
hype
Guest
 
Posts: n/a
Default

http://nopaste.com/p/aeCWEG65bb

ahh... alsadriver 14 and no lib... hmm maybe I must build myself
  #18 (permalink)  
Old 02-Nov-2007, 16:21
oldcpu
Guest
 
Posts: n/a
Default

Quote:
ahh... alsadriver 14 and no lib... hmm maybe I must build myself[/b]
The alsa driver being 1.0.14 with alsa-utils at 1.0.15 looks out of place. There are some cutting edge 10.3 alsa-1.0.15 rpms here:
http://download.opensuse.org/repositories/.../openSUSE_10.3/
  #19 (permalink)  
Old 02-Nov-2007, 16:30
oldcpu
Guest
 
Posts: n/a
Default

Quote:
and added modell thosiba but where do i add that in opensuse?[/b]
What did you end up trying for this?

My guess is add a line on the end of /etc/modprobe.d/sound text file, ... with either
alias snd_hda_intel model=toshiba

But having typed that, I am suprised 'toshiba' is an option. ... I had thought only "3stack" or "auto" were the options for an ALC268.
http://www.mjmwired.net/kernel/Documentati...nfiguration.txt
  #20 (permalink)  
Old 02-Nov-2007, 16:50
hype
Guest
 
Posts: n/a
Default

I have already used that if you look at some post above, http://download.opensuse.org/repositories/.../openSUSE_10.3/ ...

but now i have compiled lib and drivers myself..
Strange that it didnt update alsa driver also


and about the model option... I know but some people used that and it worked for them...
anyway here is the latest http://nopaste.com/p/aFOVzwZjN
 
Page 2 of 4 1 2 34

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




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2