Code: Select all
$ cat /etc/*version
antiX-base EdelweiĆpiraten 06 August 2012
jessie/sid
anti-x:sc:20130201
$ cat /etc/*-release |grep PRETTY_NAME | cut -d '"' -f 2
Debian GNU/Linux jessie/sid
Code: Select all
$ cat /etc/*version
antiX-base EdelweiĆpiraten 06 August 2012
jessie/sid
anti-x:sc:20130201
$ cat /etc/*-release |grep PRETTY_NAME | cut -d '"' -f 2
Debian GNU/Linux jessie/sid
Code: Select all
add-start-antix antix-cc-base-antix dconf-tools galculator gdebi ghex
gir1.2-clutter-1.0 gir1.2-gtk-3.0 gir1.2-javascriptcoregtk-3.0
gir1.2-peas-1.0 gir1.2-totem-1.0 gir1.2-vte-2.90 gir1.2-webkit-3.0 gmtp
gnome-icon-theme gnome-icon-theme-symbolic gtk3-engines-unico gucharmap
inxi-gui-antix libclutter-1.0-0 libepc-ui-1.0-3 libgail-3-0 libgtk-3-0
libgtk-3-bin libgtkhex-3-0 libgucharmap-2-90-7 libharfbuzz0
libnautilus-extension1a libpeas-1.0-0 libseed-gtk3-0 libtotem0 libvte-2.90-9
libwebkitgtk-3.0-0 libyelp0 lightdm lightdm-gtk-greeter
mate-desktop-environment-extra pinta policykit-1-gnome
python-aptdaemon.gtk3widgets roxterm roxterm-gtk3 software-center
startupmanager system-antix totem totem-plugins transmission-gtk xfce4-utils
xulrunner-21.0 yelp
Code: Select all
$ glxinfo | grep render
libGL error: failed to load driver: r200
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x209)
GL_NV_conditional_render, GL_AMD_draw_buffers_blend,
Code: Select all
$ lspci
00:00.0 Host bridge: ULi Electronics Inc. M1689 K8 Northbridge [Super K8 Single Chip]
00:01.0 PCI bridge: ULi Electronics Inc. AGP8X Controller
00:02.0 PCI bridge: ULi Electronics Inc. M5249 HTT to PCI Bridge
00:03.0 ISA bridge: ULi Electronics Inc. M1563 HyperTransport South Bridge (rev 70)
00:03.1 Bridge: ULi Electronics Inc. M7101 Power Management Controller [PMU]
00:04.0 Multimedia audio controller: ULi Electronics Inc. M5455 PCI AC-Link Controller Audio Device (rev 20)
00:0e.0 IDE interface: ULi Electronics Inc. M5229 IDE (rev c7)
00:0e.1 IDE interface: ULi Electronics Inc. ULi 5289 SATA (rev 10)
00:0f.0 USB controller: ULi Electronics Inc. USB 1.1 Controller (rev 03)
00:0f.1 USB controller: ULi Electronics Inc. USB 1.1 Controller (rev 03)
00:0f.2 USB controller: ULi Electronics Inc. USB 1.1 Controller (rev 03)
00:0f.3 USB controller: ULi Electronics Inc. USB 2.0 Controller (rev 01)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV280 [Radeon 9200 SE] (rev 01)
01:00.1 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] RV280 [Radeon 9200 SE] (Secondary) (rev 01)
02:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Code: Select all
title Debian GNU/Linux, kernel 3.8.4-antix.2-486-smp
root (hd0,0)
kernel /boot/vmlinuz-3.8.4-antix.2-486-smp root=UUID=10bd1377-6767-4af6-864a-4ae46ace0dcb ro vga=791 nosplash nouveau.modeset=0
initrd /boot/initrd.img-3.8.4-antix.2-486-smp
Code: Select all
$ ps -eF | grep mod
root 640 1 0 562 152 0 18:14 ? 00:00:00 sh -c /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; : ; }
root 663 640 0 947 200 0 18:14 ? 00:00:00 /sbin/modprobe --quiet snd-seq
root 664 663 0 562 156 0 18:14 ? 00:00:00 sh -c /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
root 666 664 0 956 164 0 18:14 ? 00:00:00 /sbin/modprobe --quiet snd-seq-midi
root 668 667 0 956 68 0 18:14 ? 00:00:00 /sbin/modprobe -q -- snd-seq-client-14
enzo 30633 4909 0 1478 800 0 21:30 pts/0 00:00:00 grep mod
According to the Linux Kernel Driver DataBase, there are two different modules that can talk to your sound device: snd-intel8x0m and snd-intel8x0 but this may be a mistake. You can do a"lsmod" (or"lsmod | grep snd") to see which modules are loaded.Eperbab wrote:The only remaining problem, that my motherboard chipset isn't recognised by AntiX 13, so I still don't get sound, and have to hit ctrl+C or wait a lot during"modeprobe -b pci.." timeout at boot. See previous post. Last week I had sound on AntiX 12 & the same 3.8.4-antix.2-smp kernel.
Code: Select all
blacklist snd-intel8x0m
Code: Select all
$ lsmod | grep snd
snd_intel8x0 20287 1
snd_ac97_codec 78289 1 snd_intel8x0
snd_pcm_oss 27042 0
snd_mixer_oss 10238 1 snd_pcm_oss
snd_pcm 48631 3 snd_pcm_oss,snd_ac97_codec,snd_intel8x0
snd_page_alloc 4925 2 snd_intel8x0,snd_pcm
snd_seq_dummy 971 0
snd_seq_midi 3444 0
snd_seq_oss 20524 0
snd_seq_midi_event 3596 2 snd_seq_oss,snd_seq_midi
snd_rawmidi 12553 1 snd_seq_midi
snd_seq 34727 6 snd_seq_midi_event,snd_seq_oss,snd_seq_dummy,snd_seq_midi
snd_seq_device 3645 5 snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_dummy,snd_seq_midi
snd_timer 12184 2 snd_pcm,snd_seq
snd 35821 12 snd_pcm_oss,snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_device,snd_mixer_oss
soundcore 3462 1 snd
ac97_bus 690 1 snd_ac97_codec
Code: Select all
$ lsmod | grep snd
snd_seq_oss 29730 1
snd_seq_midi_event 3596 1 snd_seq_oss
snd_rawmidi 12949 0
snd_seq 35036 2 snd_seq_midi_event,snd_seq_oss
snd_seq_device 3877 3 snd_seq,snd_rawmidi,snd_seq_oss
snd_timer 12252 1 snd_seq
snd 36981 5 snd_timer,snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_device
soundcore 3466 1 snd
Code: Select all
root@Mantix:/home/enzo
# modprobe snd_intel8x0
root@Mantix:/home/enzo
# lsmod | grep snd
snd_intel8x0 20923 0
snd_ac97_codec 78825 1 snd_intel8x0
snd_pcm_oss 27154 0
snd_mixer_oss 10398 1 snd_pcm_oss
snd_pcm 51195 3 snd_pcm_oss,snd_ac97_codec,snd_intel8x0
snd_page_alloc 5090 2 snd_intel8x0,snd_pcm
snd_seq_oss 29730 1
snd_seq_midi_event 3596 1 snd_seq_oss
snd_rawmidi 12949 0
snd_seq 35036 2 snd_seq_midi_event,snd_seq_oss
snd_seq_device 3877 3 snd_seq,snd_rawmidi,snd_seq_oss
snd_timer 12252 2 snd_pcm,snd_seq
snd 36981 10 snd_pcm_oss,snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_device,snd_mixer_oss
soundcore 3466 1 snd
ac97_bus 690 1 snd_ac97_codec
Code: Select all
# inxi -A
Audio: Card: ULi M5455 PCI AC-Link Controller Audio Device driver: snd_intel8x0 Sound: ALSA ver: k3.9.5-antix.1-486-smp
# no sound on 3.9.5 kernel
Code: Select all
$ inxi -A
Audio: Card: ULi M5455 PCI AC-Link Controller Audio Device driver: snd_intel8x0 Sound: ALSA ver: 1.0.25
$ inxi -S
System: Host: Mantix Kernel: 3.5.0-antix.2-486-smp i686 (32 bit) Desktop: MATE 1.6.0 Distro: antiX-base Luddite testing