You are not logged in.

#1 2013-04-29 21:28:50

bpier
Member
Registered: 2013-04-29
Posts: 2

[compilation] Problem with audio card snd-layla24[solved]

Hi. I want to compile a kernel lowlatency with my audio card, an Echo Layla24. But I can't. I don't understand. My card is seen with gentoo, AVLinux, Linux Mint...Here is the log :

[root@hostnamebpier linux]# make modules_install
  INSTALL drivers/gpu/drm/i2c/ch7006.ko
  INSTALL drivers/gpu/drm/i2c/sil164.ko
  INSTALL net/ipv4/netfilter/ipt_MASQUERADE.ko
  INSTALL net/ipv4/netfilter/iptable_nat.ko
  INSTALL net/ipv4/netfilter/nf_nat_ipv4.ko
  INSTALL net/netfilter/nf_nat.ko
  INSTALL net/netfilter/nf_nat_ftp.ko
  INSTALL net/netfilter/nf_nat_irc.ko
  INSTALL net/netfilter/nf_nat_sip.ko
  INSTALL net/netfilter/xt_LOG.ko
  INSTALL net/netfilter/xt_mark.ko
  INSTALL net/netfilter/xt_nat.ko
  INSTALL sound/ac97_bus.ko
  INSTALL sound/core/seq/snd-seq-midi.ko
  INSTALL sound/core/snd-rawmidi.ko
  INSTALL sound/drivers/mpu401/snd-mpu401-uart.ko
  INSTALL sound/drivers/pcsp/snd-pcsp.ko
  INSTALL sound/drivers/snd-aloop.ko
  INSTALL sound/i2c/other/snd-ak4xxx-adda.ko
  INSTALL sound/i2c/snd-cs8427.ko
  INSTALL sound/i2c/snd-i2c.ko
  INSTALL sound/pci/ac97/snd-ac97-codec.ko
 INSTALL sound/pci/echoaudio/snd-layla24.ko
  INSTALL sound/pci/ice1712/snd-ice1712.ko
  INSTALL sound/pci/ice1712/snd-ice17xx-ak4xxx.ko
  INSTALL sound/pci/snd-intel8x0.ko
  INSTALL sound/usb/caiaq/snd-usb-caiaq.ko
  INSTALL sound/usb/misc/snd-ua101.ko
  INSTALL sound/usb/snd-usb-audio.ko
  INSTALL sound/usb/snd-usbmidi-lib.ko
  DEPMOD  3.8.10
[root@hostnamebpier linux]#  mkinitcpio -k 3.8.10 -c /etc/mkinitcpio.conf -g /boot/initramfs-3.8.10.img
==> Starting build: 3.8.10
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `layla24'
==> WARNING: No modules were added to the image. This is probably not what you want.
==> Creating gzip initcpio image: /boot/initramfs-3.8.10.img
==> WARNING: errors were encountered during the build. The image may not be complete.
[root@hostnamebpier linux]#

My card is seen :

[root@hostnamebpier linux]# cat /proc/asound/cards
 0 [Layla24        ]: Echo_Layla24 - Layla24
                      Layla24 rev.0 (DSP56361) at 0xf8400000 irq 20
 1 [U0x46d0x9a1    ]: USB-Audio - USB Device 0x46d:0x9a1
                      USB Device 0x46d:0x9a1 at usb-0000:00:1d.7-1, high speed
 2 [UM4            ]: USB-Audio - UM-4
                      EDIROL UM-4 at usb-0000:00:1d.2-2, full speed 

A lspci :

 [bpier@hostnamebpier ~]$ lspci
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
00:1c.3 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 4 (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: NVIDIA Corporation G71 [GeForce 7950 GT] (rev a1)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 02)
04:00.0 CardBus bridge: Ricoh Co Ltd RL5c475 (rev 81)
05:00.0 Multimedia controller: Motorola DSP56361 Digital Signal Processor (rev 01)
[bpier@hostnamebpier ~]$ 

SOLUTION : In my /etc/mkinitcpio.conf, le module snd-layla24 was only written "layla24" by me. I modified in snd-layla24.... A newbie error !

Last edited by bpier (2013-04-30 08:02:14)

Offline

Board footer

Powered by FluxBB