Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Need help getting audio working on Intel miniPC

Need help with peripherals or devices?
Post Reply
Message
Author
debianwannabe
Posts: 6
Joined: 2015-02-23 15:58

Need help getting audio working on Intel miniPC

#1 Post by debianwannabe »

I have a miniPC powered by Intel Atom Z3735F and started testing to run Debian on it.
After a successful netinstal i noticed that the audio is not working.

Image


I guess is has something to do with incompatible drives, after searching and testing different solutions i have to turn to the experts for advice.
Im not sure how to check what Audio chip is integrated in this device, other then checking the drivers info in Windows.

Here a screens from windows about the hardware:

Right click to see the full image and Device Manager details.

Image

Image


If anyone is intrested to see the device in action i have make a short video:

http://cngadget.info/2015/02/23/running ... 03-minipc/

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Need help getting audio working on Intel miniPC

#2 Post by squeeze »

A quick search brought up https://lists.debian.org/debian-kernel/ ... 00084.html which suggests that your audio driver is not in debian.
Try installing the liquorix kernel and see if it works: http://liquorix.net/
“Have you tried turning it off and on again?”

debianwannabe
Posts: 6
Joined: 2015-02-23 15:58

Re: Need help getting audio working on Intel miniPC

#3 Post by debianwannabe »

squeeze wrote:A quick search brought up https://lists.debian.org/debian-kernel/ ... 00084.html which suggests that your audio driver is not in debian.
Try installing the liquorix kernel and see if it works: http://liquorix.net/
Thanks, i never thought of using the search term "Bay Trail".

I have never installed a kernel before, is it as simple as just running following command?

Code: Select all

apt-get install linux-image-liquorix-686 linux-headers-liquorix-686

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Need help getting audio working on Intel miniPC

#4 Post by squeeze »

debianwannabe wrote:I have never installed a kernel before, is it as simple as just running following command?
NO.

See the instructions on the liquorix page.(!)
sources.list:

edit /etc/apt/sources.list with your favourite editor, add

deb http://liquorix.net/debian sid main
deb-src http://liquorix.net/debian sid main
# apt-get update
# apt-get install liquorix-keyring
# apt-get install linux-image-liquorix-686 linux-headers-liquorix-686
“Have you tried turning it off and on again?”

debianwannabe
Posts: 6
Joined: 2015-02-23 15:58

Re: Need help getting audio working on Intel miniPC

#5 Post by debianwannabe »

squeeze wrote:
debianwannabe wrote:I have never installed a kernel before, is it as simple as just running following command?
NO.

See the instructions on the liquorix page.(!)

Thanks i think i have figured out most of the steps, however i get some errors i dont understand.

Code: Select all

# apt-get install liquorix-keyring
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package liquorix-keyring
and

Code: Select all

# apt-get install linux-image-liquorix-686 linux-headers-liquorix-686
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-image-liquorix-686
E: Unable to locate package linux-headers-liquorix-686
Not sure why i get the Unable to locate??

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Need help getting audio working on Intel miniPC

#6 Post by squeeze »

you have to be root to write to sources.list and don't forget to save and don't forget to # apt-get update ;-)
“Have you tried turning it off and on again?”

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Need help getting audio working on Intel miniPC

#7 Post by stevepusser »

Note that if you are running Debian 7 Wheezy, the headers package will not be able to install, since it will depend on unavailable versions of gcc, such as gcc-4.9.
MX Linux packager and developer

debianwannabe
Posts: 6
Joined: 2015-02-23 15:58

Re: Need help getting audio working on Intel miniPC

#8 Post by debianwannabe »

squeeze wrote:you have to be root to write to sources.list and don't forget to save and don't forget to # apt-get update ;-)
Yes, i did all steps logged in as root.

The question is if these steps will work on Debian 8.0 which im running on the box?

debianwannabe
Posts: 6
Joined: 2015-02-23 15:58

Re: Need help getting audio working on Intel miniPC

#9 Post by debianwannabe »

stevepusser wrote:Note that if you are running Debian 7 Wheezy, the headers package will not be able to install, since it will depend on unavailable versions of gcc, such as gcc-4.9.
Its actually running Debian 8.0 Jessie.

debianwannabe
Posts: 6
Joined: 2015-02-23 15:58

Re: Need help getting audio working on Intel miniPC

#10 Post by debianwannabe »

squeeze wrote:you have to be root to write to sources.list and don't forget to save and don't forget to # apt-get update ;-)
OK managed to add the sources in the right place, as the path is not same as my debian 8 istallation.

I also managed to insall the kernel but got a surprice after reboot :(

Image

So im back to square 1, i will reinstall Debian 8 from scratch and if anyone have any advice on the audio drivers issues let me know.

User avatar
ghostdawg
Posts: 1082
Joined: 2006-08-29 03:39
Location: STLMO

Re: Need help getting audio working on Intel miniPC

#11 Post by ghostdawg »

Did you ever install Wheezy and did sound work with it? I've recently installed Wheezy on my PPC Mini (2005) and sound wasn't working until I read I needed to remove the sound portion from the module/blacklist file. But upgrading to Jessie caused it not to work again and I haven't been able to sort it out!
Tower | Debian Testing & Mageia 1 | HP DX5150 AMD64 | 512gb | 40gb
AAO | Mandriva 2010.2 | Intel Atom | 1gb | 160gb
Mini Mac G4 | Debian & OSX | 1gb | 60gb

Post Reply