X86 Hardware issues (Graphics, WiFi, Onboard Sound, external DACs, Disks, BIOS/UEFI Boot problems etc.)

Got it, gkkpch.
Thanks for your support

Hello all! This is my first post! I recently subscribed to volumio premium. I downloaded and flashed the image using balena. I booted my PC from external USB drive. Initial setup started normally.When I went to network tab no availabilie wifi appeared and of course my home wifi. In volumio app for Android ,volumio appearears, connects as access point but again I can’t connect to internet,am I doing something wrong. My wifi works perfectpy. My router is an Asus RT AX 88 U which is considered as very capable. Thank you.

I guess your running the x86 version.
Please disable Hotspot, refresh your screen after a minute or so and see if the wireless SSID’s come up.

Sorry for my lack of experience but how can I do that ? Thank you

In the network menu

Thank you so much for your help. Now wifi networks appear but I still can’t connect to my wifi although the password is correct!

please read opening post and supply info:

** :orange_book: Reporting**

1 Like

I will upgrade it today. I can’t find the Display touch plugin to rotate my screen horizontally. Please help.

Please read the opening post and provide what is mentioned in the opening post:
** :orange_book: Reporting**

There is no plugin for the screen with an x86 device. To be honest if you want to use PeppyMeterBasic, rotation isn’t helpful as there are no templates available. All templates are in landscape mode.

You can use a script.
ssh to your device;

cd ~
mkdir scripts && cd scripts && nano rotate.sh

Copy + paste

#!/bin/bash
set -e
export DISPLAY=:0.0

# Check for input
if [ -z "$1" ]; then
  echo "Usage: $0 [left|right|inverted|normal]"
  exit 1
fi

# Choose the desired rotation
case "$1" in
  left|right|inverted|normal)
    # Find the primary display
    display=$(xrandr | grep " connected" | awk '{ print $1 }' | head -n 1)
    xrandr --output "$display" --rotate "$1"
    echo "Screen rotated to $1"
    ;;
  *)
    echo "Invalid option: $1"
    echo "Usage: $0 [left|right|inverted|normal]"
    exit 1
    ;;
esac

ctrl+o, ctrl+x

chmod +x rotate.sh
sudo bash rotate.sh right

When will volumio linux build support the intel ax2xx chipset?

Yes, Intel ax200, ax201, ax210 and ax211 are supported with the X86 version.

Ive tried many bords and cards and they dont work. Do i need to do anything?

@Jersinger You should not have to do anything special, the chipsets are supported since kernel version 5.14.
Volumio is already on kernel 6.6.y (Volumio 4 beta on 6.12.y), so it ā€œshouldā€ work out of the box.
I tested Volumio 3 and Volumio 4 (beta) on a Lenovo Thinkpad T15v with an Intel Wi-Fi 6E AX211 802.11ax without any issues.

To enable us to help you, please read the first post in this thread and supply the required information.
With the hardware information we should get a clearer picture of your setup and the log may show us a possible issue.

Hi!

I installed Volumio 4 latest beta version, on PC. Every thing functions quite good, even youtube music, but not to HDMI.

I have two sound card, HDMI over my Marantz AVR surround receiver and Maverick Tubemagic DAC 2. For the record, I had turned of motherboard build in soundcard in bios settings.

Sound functions out from the Maverick, but not from HDMI. I got this message:

Volumio failed to open alsa (alsa). Failed to open ALSA device on ā€œvolumioā€. No such file or directory.

I had tried to flip flop controls and al combinations of configuration. I have tested restart. Also tested adding;

options snd_hda_intel index=0
options snd-usb-audio index=5

in new file;
/etc/modprobe.d/sound.conf

(then a restart)

I have tested sound out from console, there is sound, tested by;

speaker-test -Dhw:0,3 -c 6

**This is my aplay -l;**

evi* List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [marantz-AVR]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
  Subdces: 1/1
  Subdevice #0: subdevice #0
card 5: TE7022 [Maverick Audio TE7022], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 5: TE7022 [Maverick Audio TE7022], device 1: USB Audio [USB Audio #1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

This is my aplay -L:

hw:CARD=NVidia,DEV=3
    HDA NVidia, marantz-AVR
    Direct hardware device without any conversions
hw:CARD=NVidia,DEV=7
    HDA NVidia, HDMI 1
    Direct hardware device without any conversions
hw:CARD=NVidia,DEV=8
    HDA NVidia, HDMI 2
    Direct hardware device without any conversions
hw:CARD=NVidia,DEV=9
    HDA NVidia, HDMI 3
    Direct hardware device without any conversions
plughw:CARD=NVidia,DEV=3
    HDA NVidia, marantz-AVR
    Hardware device with all software conversions
plughw:CARD=NVidia,DEV=7
    HDA NVidia, HDMI 1
    Hardware device with all software conversions
plughw:CARD=NVidia,DEV=8
    HDA NVidia, HDMI 2
    Hardware device with all software conversions
plughw:CARD=NVidia,DEV=9
    HDA NVidia, HDMI 3
    Hardware device with all software conversions
hdmi:CARD=NVidia,DEV=0
    HDA NVidia, marantz-AVR
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
    HDA NVidia, HDMI 1
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=2
    HDA NVidia, HDMI 2
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 3
    HDMI Audio Output
dmix:CARD=NVidia,DEV=3
    HDA NVidia, marantz-AVR
    Direct sample mixing device
dmix:CARD=NVidia,DEV=7
    HDA NVidia, HDMI 1
    Direct sample mixing device
dmix:CARD=NVidia,DEV=8
    HDA NVidia, HDMI 2
    Direct sample mixing device
dmix:CARD=NVidia,DEV=9
    HDA NVidia, HDMI 3
    Direct sample mixing device
usbstream:CARD=NVidia
    HDA NVidia
    USB Stream Output
hw:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    Direct hardware device without any conversions
hw:CARD=TE7022,DEV=1
    Maverick Audio TE7022, USB Audio #1
    Direct hardware device without any conversions
plughw:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    Hardware device with all software conversions
plughw:CARD=TE7022,DEV=1
    Maverick Audio TE7022, USB Audio #1
    Hardware device with all software conversions
sysdefault:CARD=TE7022
    Maverick Audio TE7022, USB Audio
    Default Audio Device
front:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    Front output / input
surround21:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    4.0 Surround output to Front and Rear speakers
surround41:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
iec958:CARD=TE7022,DEV=1
    Maverick Audio TE7022, USB Audio #1
    IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=TE7022,DEV=0
    Maverick Audio TE7022, USB Audio
    Direct sample mixing device
dmix:CARD=TE7022,DEV=1
    Maverick Audio TE7022, USB Audio #1
    Direct sample mixing device
usbstream:CARD=TE7022
    Maverick Audio TE7022
    USB Stream Output

any help appreciated.

@Klasw
Probably this is the first time you run Volumio on that PC as it appears that Volumio needs an additional device profile for this particular Nvidia soundcard configuration.

In case you want to test this, could you add this line to /volumio/app/plugins/audio_interface/alsa_controller/cards.json, just after the line with ā€œHDA ATI HDMIā€?

 {"name": "HDA NVidia", "multidevice": true, "devices":[{"number":3, "prettyname": "HDMI 0", "defaultmixer": ""},{"number":7, "prettyname": "HDMI 1", "defaultmixer": ""},{"number":8, "prettyname": "HDMI 2", "defaultmixer": ""},{"number":9, "prettyname": "HDMI 3", "defaultmixer": ""}],"type":"integrated"},

Please let me know whether this solves your issue.

1 Like

Thank you very much, that functioned!

I modified code a bit, there is no sound on HDMI 1 to 3 (same in Kodi), so I just added this line:

{"name": "HDA NVidia", "multidevice": true, "devices":[{"number":3, "prettyname": "HDMI-0 Marantz NR1509", "defaultmixer": ""}],"type":"integrated"},

(at first i copied your code before ā€œHDA ATI HDMIā€, so guess order does not matter)

Thanks again, I got good sound from hdmi now, I can even turn off Volume mixer and get sound directly, do not know if it count as pass through, though?

Hi @klasw, unfortunately we can’t do your ā€œpretty nameā€, as we need to keep the NVidia profile generic, not linked to a specific (in this case your) device attached to it.
It must stay HDMI-0 in our standard image and for 1-2-3 for that reason. Keeps your version standard for potential other users.
I will do a change request to this for the next weekly release. Many thanks for taking the time to test this.

1 Like

Yes I understand that, the generic name is;
marantz-AVR

I surpose, what you read from;
aplay -L.

(I know some programming, a web developer, and also think Kodi put that string in, on HDMI 0, last)

Thanks again, I am very happy, but do not know what sounds best now, Maverick or Marantz, he!

I have installed last free version of Volumio. It works good with ethernet lan cable. How can I use the wireless lan instead of the cable one?
The hardware is a Nuc i5 with wifi and bluetooth. How can link my iPhone via bluetooth to Volumio? Is it possibile?
Last question: I use the free version of Volumio. My system shows me the sample rate and it is always 44.1Khz. Can Volumio play music with more than 44.1khz sample rate?

System Information

  • OS info

  • Version of Volumio: 3.819

  • Hostname: volumio

  • Kernel: 6.6.32-volumio

  • Governor: performance

  • Uptime: 4 days, 3 Hrs, 59 Minutes, 28 Seconds

  • Network info

  • Interface: eth0

  • IP Address: 192.168.254.106

  • MAC Address: ec:a8:6b:fb:9f:31

  • Type: wired

  • Speed: 100Mb/s

  • Audio info

  • Hw audio configured: A12 Classic

  • Mixer type: Hardware

  • Number of channels: 2

  • Supported sample rate: 44100 48000 88200 96000 176400 192000 384000

  • Board info

  • Manufacturer: Intel

  • Model: D53427RKE / G87971-403 /

  • Version: 1 / G87971-403

  • Firmware Version: Available only for RPI

  • CPU info

  • Brand: Coreā„¢ i5-3427U

  • Speed: 1.8 GHz

  • Family: 6

  • Model: 58

  • Number of cores: 4

  • Physical cores: 2

  • Average load: 27%

  • Temperature: 28°C

  • Memory info

  • Memory: 7839628 Ko

  • Free: 4791224 Ko

  • Used: 3048404 Ko

  • Software info

  • Mpd version: Music Player Daemon 0.23.15 (0.23.15)

  • Storage info

  • INTERNAL storage - Size: 56224Mo

  • Used: 4952Mo

  • Available for storage: 48384Mo (86%)

From where are you playing your music, local storage or via the iPhone using airplay. if the latter this is due to airplay.

If you can’t setup Wifi in the network menu, your wifi adapter might not have been identified. Please provide the information as requested in the opening post under: ** :orange_book: Reporting**