Search found 8 matches

by dave
Thu Oct 20, 2016 12:30 am
Forum: English
Topic: Sound driver issue
Replies: 16
Views: 11839

Re: Sound driver issue

I have tried out the driver. Unfortunately I still don't have sound. Unsolicited event is when I plugged in and unplugged the headphones. This is the boardlog of the driver: ...... K : driver /sys/drivers/SOUND.sys mapped to 8118A000 Detecting hardware... Loading INTEL_HDA K : driver /sys/drivers/IN...
by dave
Wed Oct 19, 2016 9:13 pm
Forum: English
Topic: Sound driver issue
Replies: 16
Views: 11839

Re: Sound driver issue

hidnplayr wrote:Just to be sure..
Did you also check the headphone jack or just built-in speakers?
Yes I checked the headphone jack. The boardlog shows unsolicited events, but there is no sound.
by dave
Wed Oct 19, 2016 7:41 pm
Forum: English
Topic: Sound driver issue
Replies: 16
Views: 11839

Re: Sound driver issue

I have set FDEBUG to 1 and assembled the intel_hda.asm file. I got the following boardlog: K : HPET caps 10398201 K : using mwait for idle loop K : kernel SVN r6576 K : 2 CPU detected K : IDE controller programming interface 0001018A K : BAR0 IDE base addr 01F0 K : BAR1 IDE base addr 03F4 K : BAR2 I...
by dave
Wed Oct 19, 2016 6:15 pm
Forum: English
Topic: Sound driver issue
Replies: 16
Views: 11839

Re: Sound driver issue

I have modified and reassembled the intel_hda driver. I tried out multiple codec_mask values (from 0 to 4). codec_mask = 0 gives nothing codec_mask = 1 gives ALC268 codec_mask = 2 gives a Motorola device, which is a modem on my laptop codec_mask = 3 gives ALC268 codec_mask = 4 gives nothing After al...
by dave
Wed Oct 19, 2016 3:26 pm
Forum: English
Topic: Sound driver issue
Replies: 16
Views: 11839

Re: Sound driver issue

It wont load the sis.sys driver because this driver is for SIS7012 audio controller with AC97 codec.

I think that the problem is somewhere within intel_hda.sys. I will try to find the problem in the source code.
by dave
Wed Oct 19, 2016 12:30 pm
Forum: English
Topic: Sound driver issue
Replies: 16
Views: 11839

Re: Sound driver issue

Yes I have tried to open mp3 files and midi files. Still no sound on my laptop.

I forgot to say that i have a SIS968 southbridge. In the intel_hda driver source code only SIS966 is defined as a controller.
by dave
Wed Oct 19, 2016 1:05 am
Forum: English
Topic: Sound driver issue
Replies: 16
Views: 11839

Re: Sound driver issue

Please, check here http://websvn.kolibrios.org/listing.php?repname=Kolibri+OS&path=%2Fdrivers%2Faudio%2F&#ad44d6a48f5b147ef654b76294df9d99e Also open Debug Board (there is desktop icon), close it and check /rd/1/boardlog.txt for the driver info. I have got this boardlog text: K : HPET caps ...
by dave
Tue Oct 18, 2016 11:44 pm
Forum: English
Topic: Sound driver issue
Replies: 16
Views: 11839

Sound driver issue

I have a Fujitsu Siemens Esprimo mobile v5535 laptop with SIS Azalia HD audio controller (SIS7502) and with Realtek ALC268 codec, which is fully supported by the Kolibri OS sound driver (intel_hda.sys), yet I have no sound on my laptop. I would like to know if you have any hints where should I look ...