Home
Solus
Search
Configure Global Search
Log In
Transactions
T4260
Change Details
Change Details
Old
New
Diff
Dear Solus Team, since I'm a patreon supporter of your work now, I just downloaded the Solus-UNSTABLE-BUDGIE-AUGUST.iso in order to test the new release. I must admit, that I really like your work done so far, but came across a bug that affects my system usability/setup entirely. My firewire sound card (focusrite saffire le) is not recognized via pulseaudio. I can guarantee that it is recognized using other systems such as Ubuntu or Arch linux. In order to address the problem investigation, I have some logs and screenshots for you (c.f. attachments and code below). You can reognized, that the firewire card is detected by the system, but pulseaudio does not detect it. Hope you can help me out on this one; I'd totally want to stay on solus, but I can't if my audio device is not working... ``` christian@woodquarter-pc ~ $ arecord -l **** List of CAPTURE Hardware Devices **** christian@woodquarter-pc ~ $ record -L bash: record: command not found christian@woodquarter-pc ~ $ cat /proc/asound/cards 1 [HDMI ]: HDA-Intel - HDA ATI HDMI HDA ATI HDMI at 0xfe7fc000 irq 33 christian@woodquarter-pc ~ $ lspci | grep -i audio 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) 01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Barts HDMI Audio [Radeon HD 6790/6850/6870 / 7720 OEM] christian@woodquarter-pc ~ $ aplay -l **** List of PLAYBACK Hardware Devices **** card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 christian@woodquarter-pc ~ $ /sbin/lsmod | grep snd snd_hda_codec_hdmi 45056 1 snd_hda_intel 32768 1 snd_hda_codec 94208 2 snd_hda_intel,snd_hda_codec_hdmi snd_hda_core 61440 3 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi snd_hwdep 16384 1 snd_hda_codec snd_pcm 81920 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi snd_timer 28672 1 snd_pcm snd 61440 8 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_pcm soundcore 16384 1 snd christian@woodquarter-pc ~ $ lspci | grep -E -i "(1394|firewire)" 06:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0) christian@woodquarter-pc ~ $ lsmod | grep -E -i "(1394|firewire)" bash: lsmod: command not found christian@woodquarter-pc ~ $ sudo eopkg install lsmod System error. Program terminated. Repo item lsmod not found Please use 'eopkg help' for general help. Use --debug to see a traceback. christian@woodquarter-pc ~ $ grep . /sys/bus/firewire/devices/fw*/* Binary file /sys/bus/firewire/devices/fw0/config_rom matches /sys/bus/firewire/devices/fw0/dev:248:0 /sys/bus/firewire/devices/fw0/guid:0x001e8c000001728d /sys/bus/firewire/devices/fw0/is_local:1 /sys/bus/firewire/devices/fw0/model:0x023901 /sys/bus/firewire/devices/fw0/model_name:Juju grep: /sys/bus/firewire/devices/fw0/power: Is a directory grep: /sys/bus/firewire/devices/fw0/subsystem: Is a directory /sys/bus/firewire/devices/fw0/uevent:MAJOR=248 /sys/bus/firewire/devices/fw0/uevent:MINOR=0 /sys/bus/firewire/devices/fw0/uevent:DEVNAME=fw0 /sys/bus/firewire/devices/fw0/vendor:0x001f11 /sys/bus/firewire/devices/fw0/vendor_name:Linux Firewire /sys/bus/firewire/devices/fw1.0/modalias:ieee1394:ven0000130Emo00000000sp0000A02Dver00010001 /sys/bus/firewire/devices/fw1.0/model:0x000000 /sys/bus/firewire/devices/fw1.0/model_name:SaffireLE grep: /sys/bus/firewire/devices/fw1.0/power: Is a directory /sys/bus/firewire/devices/fw1.0/rom_index:15 /sys/bus/firewire/devices/fw1.0/specifier_id:0x00a02d grep: /sys/bus/firewire/devices/fw1.0/subsystem: Is a directory /sys/bus/firewire/devices/fw1.0/uevent:MODALIAS=ieee1394:ven0000130Emo00000000sp0000A02Dver00010001 /sys/bus/firewire/devices/fw1.0/version:0x010001 Binary file /sys/bus/firewire/devices/fw1/config_rom matches /sys/bus/firewire/devices/fw1/dev:248:1 grep: /sys/bus/firewire/devices/fw1/fw1.0: Is a directory /sys/bus/firewire/devices/fw1/guid:0x00130e010004356f /sys/bus/firewire/devices/fw1/hardware_version:0x000002 /sys/bus/firewire/devices/fw1/is_local:0 /sys/bus/firewire/devices/fw1/model:0x000000 /sys/bus/firewire/devices/fw1/model_name:SaffireLE grep: /sys/bus/firewire/devices/fw1/power: Is a directory grep: /sys/bus/firewire/devices/fw1/subsystem: Is a directory /sys/bus/firewire/devices/fw1/uevent:MAJOR=248 /sys/bus/firewire/devices/fw1/uevent:MINOR=1 /sys/bus/firewire/devices/fw1/uevent:DEVNAME=fw1 /sys/bus/firewire/devices/fw1/units:0x00a02d:0x010001 /sys/bus/firewire/devices/fw1/vendor:0x00130e /sys/bus/firewire/devices/fw1/vendor_name:Focusrite{F127127} {F127126} /sys/bus/firewire/devices/fw1/version:0x00160d ```
Dear Solus Team, since I'm a patreon supporter of your work now, I just downloaded the Solus-UNSTABLE-BUDGIE-AUGUST.iso in order to test the new release. I must admit, that I really like your work done so far, but came across a bug that affects my system usability/setup entirely. My firewire sound card (focusrite saffire le) is not recognized via pulseaudio. I can guarantee that it is recognized using other systems such as Ubuntu or Arch linux. In order to address the problem investigation, I have some logs and screenshots for you (c.f. attachments and code below). You can reognize, that the firewire card is detected by the system (last log output), but pulseaudio does not detect it. Hope you can help me out on this one; I'd totally want to stay on solus, but I can't if my audio device is not working... ``` christian@woodquarter-pc ~ $ arecord -l **** List of CAPTURE Hardware Devices **** christian@woodquarter-pc ~ $ record -L bash: record: command not found christian@woodquarter-pc ~ $ cat /proc/asound/cards 1 [HDMI ]: HDA-Intel - HDA ATI HDMI HDA ATI HDMI at 0xfe7fc000 irq 33 christian@woodquarter-pc ~ $ lspci | grep -i audio 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) 01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Barts HDMI Audio [Radeon HD 6790/6850/6870 / 7720 OEM] christian@woodquarter-pc ~ $ aplay -l **** List of PLAYBACK Hardware Devices **** card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 christian@woodquarter-pc ~ $ /sbin/lsmod | grep snd snd_hda_codec_hdmi 45056 1 snd_hda_intel 32768 1 snd_hda_codec 94208 2 snd_hda_intel,snd_hda_codec_hdmi snd_hda_core 61440 3 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi snd_hwdep 16384 1 snd_hda_codec snd_pcm 81920 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi snd_timer 28672 1 snd_pcm snd 61440 8 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_pcm soundcore 16384 1 snd christian@woodquarter-pc ~ $ lspci | grep -E -i "(1394|firewire)" 06:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0) christian@woodquarter-pc ~ $ lsmod | grep -E -i "(1394|firewire)" bash: lsmod: command not found christian@woodquarter-pc ~ $ sudo eopkg install lsmod System error. Program terminated. Repo item lsmod not found Please use 'eopkg help' for general help. Use --debug to see a traceback. christian@woodquarter-pc ~ $ grep . /sys/bus/firewire/devices/fw*/* Binary file /sys/bus/firewire/devices/fw0/config_rom matches /sys/bus/firewire/devices/fw0/dev:248:0 /sys/bus/firewire/devices/fw0/guid:0x001e8c000001728d /sys/bus/firewire/devices/fw0/is_local:1 /sys/bus/firewire/devices/fw0/model:0x023901 /sys/bus/firewire/devices/fw0/model_name:Juju grep: /sys/bus/firewire/devices/fw0/power: Is a directory grep: /sys/bus/firewire/devices/fw0/subsystem: Is a directory /sys/bus/firewire/devices/fw0/uevent:MAJOR=248 /sys/bus/firewire/devices/fw0/uevent:MINOR=0 /sys/bus/firewire/devices/fw0/uevent:DEVNAME=fw0 /sys/bus/firewire/devices/fw0/vendor:0x001f11 /sys/bus/firewire/devices/fw0/vendor_name:Linux Firewire /sys/bus/firewire/devices/fw1.0/modalias:ieee1394:ven0000130Emo00000000sp0000A02Dver00010001 /sys/bus/firewire/devices/fw1.0/model:0x000000 /sys/bus/firewire/devices/fw1.0/model_name:SaffireLE grep: /sys/bus/firewire/devices/fw1.0/power: Is a directory /sys/bus/firewire/devices/fw1.0/rom_index:15 /sys/bus/firewire/devices/fw1.0/specifier_id:0x00a02d grep: /sys/bus/firewire/devices/fw1.0/subsystem: Is a directory /sys/bus/firewire/devices/fw1.0/uevent:MODALIAS=ieee1394:ven0000130Emo00000000sp0000A02Dver00010001 /sys/bus/firewire/devices/fw1.0/version:0x010001 Binary file /sys/bus/firewire/devices/fw1/config_rom matches /sys/bus/firewire/devices/fw1/dev:248:1 grep: /sys/bus/firewire/devices/fw1/fw1.0: Is a directory /sys/bus/firewire/devices/fw1/guid:0x00130e010004356f /sys/bus/firewire/devices/fw1/hardware_version:0x000002 /sys/bus/firewire/devices/fw1/is_local:0 /sys/bus/firewire/devices/fw1/model:0x000000 /sys/bus/firewire/devices/fw1/model_name:SaffireLE grep: /sys/bus/firewire/devices/fw1/power: Is a directory grep: /sys/bus/firewire/devices/fw1/subsystem: Is a directory /sys/bus/firewire/devices/fw1/uevent:MAJOR=248 /sys/bus/firewire/devices/fw1/uevent:MINOR=1 /sys/bus/firewire/devices/fw1/uevent:DEVNAME=fw1 /sys/bus/firewire/devices/fw1/units:0x00a02d:0x010001 /sys/bus/firewire/devices/fw1/vendor:0x00130e /sys/bus/firewire/devices/fw1/vendor_name:Focusrite{F127127} {F127126} /sys/bus/firewire/devices/fw1/version:0x00160d ```
Dear Solus Team, since I'm a patreon supporter of your work now, I just downloaded the Solus-UNSTABLE-BUDGIE-AUGUST.iso in order to test the new release. I must admit, that I really like your work done so far, but came across a bug that affects my system usability/setup entirely. My firewire sound card (focusrite saffire le) is not recognized via pulseaudio. I can guarantee that it is recognized using other systems such as Ubuntu or Arch linux. In order to address the problem investigation, I have some logs and screenshots for you (c.f. attachments and code below). You can reognize
d
, that the firewire card is detected by the system
(last log output)
, but pulseaudio does not detect it. Hope you can help me out on this one; I'd totally want to stay on solus, but I can't if my audio device is not working... ``` christian@woodquarter-pc ~ $ arecord -l **** List of CAPTURE Hardware Devices **** christian@woodquarter-pc ~ $ record -L bash: record: command not found christian@woodquarter-pc ~ $ cat /proc/asound/cards 1 [HDMI ]: HDA-Intel - HDA ATI HDMI HDA ATI HDMI at 0xfe7fc000 irq 33 christian@woodquarter-pc ~ $ lspci | grep -i audio 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) 01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Barts HDMI Audio [Radeon HD 6790/6850/6870 / 7720 OEM] christian@woodquarter-pc ~ $ aplay -l **** List of PLAYBACK Hardware Devices **** card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 christian@woodquarter-pc ~ $ /sbin/lsmod | grep snd snd_hda_codec_hdmi 45056 1 snd_hda_intel 32768 1 snd_hda_codec 94208 2 snd_hda_intel,snd_hda_codec_hdmi snd_hda_core 61440 3 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi snd_hwdep 16384 1 snd_hda_codec snd_pcm 81920 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi snd_timer 28672 1 snd_pcm snd 61440 8 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_pcm soundcore 16384 1 snd christian@woodquarter-pc ~ $ lspci | grep -E -i "(1394|firewire)" 06:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0) christian@woodquarter-pc ~ $ lsmod | grep -E -i "(1394|firewire)" bash: lsmod: command not found christian@woodquarter-pc ~ $ sudo eopkg install lsmod System error. Program terminated. Repo item lsmod not found Please use 'eopkg help' for general help. Use --debug to see a traceback. christian@woodquarter-pc ~ $ grep . /sys/bus/firewire/devices/fw*/* Binary file /sys/bus/firewire/devices/fw0/config_rom matches /sys/bus/firewire/devices/fw0/dev:248:0 /sys/bus/firewire/devices/fw0/guid:0x001e8c000001728d /sys/bus/firewire/devices/fw0/is_local:1 /sys/bus/firewire/devices/fw0/model:0x023901 /sys/bus/firewire/devices/fw0/model_name:Juju grep: /sys/bus/firewire/devices/fw0/power: Is a directory grep: /sys/bus/firewire/devices/fw0/subsystem: Is a directory /sys/bus/firewire/devices/fw0/uevent:MAJOR=248 /sys/bus/firewire/devices/fw0/uevent:MINOR=0 /sys/bus/firewire/devices/fw0/uevent:DEVNAME=fw0 /sys/bus/firewire/devices/fw0/vendor:0x001f11 /sys/bus/firewire/devices/fw0/vendor_name:Linux Firewire /sys/bus/firewire/devices/fw1.0/modalias:ieee1394:ven0000130Emo00000000sp0000A02Dver00010001 /sys/bus/firewire/devices/fw1.0/model:0x000000 /sys/bus/firewire/devices/fw1.0/model_name:SaffireLE grep: /sys/bus/firewire/devices/fw1.0/power: Is a directory /sys/bus/firewire/devices/fw1.0/rom_index:15 /sys/bus/firewire/devices/fw1.0/specifier_id:0x00a02d grep: /sys/bus/firewire/devices/fw1.0/subsystem: Is a directory /sys/bus/firewire/devices/fw1.0/uevent:MODALIAS=ieee1394:ven0000130Emo00000000sp0000A02Dver00010001 /sys/bus/firewire/devices/fw1.0/version:0x010001 Binary file /sys/bus/firewire/devices/fw1/config_rom matches /sys/bus/firewire/devices/fw1/dev:248:1 grep: /sys/bus/firewire/devices/fw1/fw1.0: Is a directory /sys/bus/firewire/devices/fw1/guid:0x00130e010004356f /sys/bus/firewire/devices/fw1/hardware_version:0x000002 /sys/bus/firewire/devices/fw1/is_local:0 /sys/bus/firewire/devices/fw1/model:0x000000 /sys/bus/firewire/devices/fw1/model_name:SaffireLE grep: /sys/bus/firewire/devices/fw1/power: Is a directory grep: /sys/bus/firewire/devices/fw1/subsystem: Is a directory /sys/bus/firewire/devices/fw1/uevent:MAJOR=248 /sys/bus/firewire/devices/fw1/uevent:MINOR=1 /sys/bus/firewire/devices/fw1/uevent:DEVNAME=fw1 /sys/bus/firewire/devices/fw1/units:0x00a02d:0x010001 /sys/bus/firewire/devices/fw1/vendor:0x00130e /sys/bus/firewire/devices/fw1/vendor_name:Focusrite{F127127} {F127126} /sys/bus/firewire/devices/fw1/version:0x00160d ```
Continue