LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-27-2020, 08:36 PM   #1
mickee384
LQ Newbie
 
Registered: Jul 2020
Location: Saskatoon
Distribution: Ubuntu MATE 22.04
Posts: 18

Rep: Reputation: Disabled
Not detecting the soundcard


I have posted some of this in another group, but I need some help with the BIOS on my laptop. Its American Megatrends. I have no problem getting in there, but there is basically nothing on the Advanced tab. I am trying to get in contact with the maker to see if they locked some settings down. This is the model: Mytrix LinuxBook 7350, 13.3" Full HD Slim Laptop, i5-8250U Quad-Core up to 3.40 GHz, 8GB RAM, 1TB PCIe NVMe SSD, USB-C/DP, HDMI, Backlit KB, FP Reader, Webcam, Metal Body Design, Ubuntu Linux

Series Mytrix KN13-7350

Have any of you heard of this type? I bought it on Amazon. There are no real specs on the onboard audio - but its not being detected at all from inside Ubuntu. Also sound properties display Dummy Output. This is why I want to look in the BIOS. I believe its an "hda intel" but at this point I am unsure. Any help is appreciated!

Last edited by mickee384; 07-27-2020 at 08:37 PM.
 
Old 07-27-2020, 10:05 PM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,971
Blog Entries: 46

Rep: Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195
Member Response

Hi,

Welcome to LQ!

I do not use Ubuntu but you could use from the command line in a virtual terminal as root;
Code:
lspci -vv |grep -i Audio
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
        Subsystem: Dell 6 Series/C200 Series Chipset Family High Definition Audio Controller
As you can see my laptop uses a Intel chip set.
This way you will know what is being used by the system. If you look at the full output for 'lspci -vv' you will see all the data relative to your system.
Hope this helps.
Have fun & enjoy Gnu/Linux!
 
Old 07-27-2020, 10:58 PM   #3
mickee384
LQ Newbie
 
Registered: Jul 2020
Location: Saskatoon
Distribution: Ubuntu MATE 22.04
Posts: 18

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by onebuck View Post
Hi,

Welcome to LQ!

I do not use Ubuntu but you could use from the command line in a virtual terminal as root;
Code:
lspci -vv |grep -i Audio
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
        Subsystem: Dell 6 Series/C200 Series Chipset Family High Definition Audio Controller
As you can see my laptop uses a Intel chip set.
This way you will know what is being used by the system. If you look at the full output for 'lspci -vv' you will see all the data relative to your system.
Hope this helps.
Have fun & enjoy Gnu/Linux!
Thanks for your help! I was not successful in th exact command so I ran
Code:
sudo lspci
and got this output:

Code:
brian@mickeelaptop:~$ sudo grep -e|lspci
grep: option requires an argument -- 'e'
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 (rev 21)
00:1e.3 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #1 (rev 21)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point LPC Controller/eSPI Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Network controller: Intel Corporation Wireless 3165 (rev 81)
there is no mention of audio at all anymore. I'm hoping that the maker of my laptop can provide me with drivers if they are special.... or let me know how to get into the Advanced Settings in the BIOS. I was told to disable on board sound, boot up restart and enable in BIOS again, but there is nothing in advanced. By the way the sound worked when I got the laptop but stopped working when I changed Desktop environments from from gdm3 to lightdm and back to GDM3. That is when the sound stopped...
 
Old 07-27-2020, 11:53 PM   #4
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937

Rep: Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165
Even when no driver is loaded, the audio card should be enumerated in the output. Perhaps try shutting the PC laptop down completely, leave disconnected from the mains, and perphaps remove the battery for a few mins. Then reinstate and boot up again. Does this return the card?
Code:
lspci -nnk|grep -i audio
 
Old 07-28-2020, 12:28 AM   #5
mickee384
LQ Newbie
 
Registered: Jul 2020
Location: Saskatoon
Distribution: Ubuntu MATE 22.04
Posts: 18

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ferrari View Post
Even when no driver is loaded, the audio card should be enumerated in the output. Perhaps try shutting the PC laptop down completely, leave disconnected from the mains, and perphaps remove the battery for a few mins. Then reinstate and boot up again. Does this return the card?
Code:
lspci -nnk|grep -i audio
Cool THANKS! so now its showing up. Just system sounds though:
Code:
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Network controller: Intel Corporation Wireless 3165 (rev 81)
 
Old 07-28-2020, 12:38 AM   #6
mickee384
LQ Newbie
 
Registered: Jul 2020
Location: Saskatoon
Distribution: Ubuntu MATE 22.04
Posts: 18

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mickee384 View Post
Cool THANKS! so now its showing up. Just system sounds though:
Code:
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Network controller: Intel Corporation Wireless 3165 (rev 81)
I stand corrected. All sound seems to be working! Awesome! Lets see if it stays after a reboot.
 
Old 07-28-2020, 12:49 AM   #7
mickee384
LQ Newbie
 
Registered: Jul 2020
Location: Saskatoon
Distribution: Ubuntu MATE 22.04
Posts: 18

Original Poster
Rep: Reputation: Disabled
aplay -l

Code:
brian@mickeelaptop:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
brian@mickeelaptop:~$
 
Old 07-28-2020, 01:20 AM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937

Rep: Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165
Quote:
Originally Posted by mickee384 View Post
Cool THANKS! so now its showing up. Just system sounds though:
Code:
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Network controller: Intel Corporation Wireless 3165 (rev 81)
Good to know. I actually meant to specify
Code:
lspci -nnk|grep -iA3 audio
This would show enough lines to have confirmed driver loaded. In any case good to know that your sound is now working!
 
Old 07-28-2020, 01:27 AM   #9
mickee384
LQ Newbie
 
Registered: Jul 2020
Location: Saskatoon
Distribution: Ubuntu MATE 22.04
Posts: 18

Original Poster
Rep: Reputation: Disabled
it even stayed after a reboot. Thanks so much for your help!
 
Old 07-28-2020, 01:36 AM   #10
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937

Rep: Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165
You're welcome.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RedHat 9 is not detecting the LAN card, but Win'98 is detecting the LAN card SKYNAT Linux - Newbie 4 12-28-2007 11:25 PM
Suse 10 not detecting soundcard on compaq presario v2317 plz help mayursh Linux - Laptop and Netbook 3 11-17-2005 05:04 PM
Linux not detecting my soundcard! ultrablue Linux - Newbie 2 06-07-2005 11:32 AM
FC 2 not detecting soundcard azebuski Fedora 10 07-28-2004 01:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration