You are not logged in.
Pages: 1
Hi,
I have an axtrom dvb card (http://www.axtrom.com/products/multimed … t_201.html) which many copies circulating under different names, but it is always the same in final (lspci = 04:01.0 Multimedia video controller: Trigem Computer Inc. Device 036f (rev 01) )
It has the "dm1105" chispet, and it works perfectly under Microsoft Windows but not under GNU/Linux
After compil and install the driver (http://liplianin.at.tut.by/ds110en.html), I have this message :
dm1105: card=0 -> UNKNOWN/GENERIC
dm1105: card=1 -> DVBWorld PCI 2002
dm1105: card=2 -> DVBWorld PCI 2004
dm1105: card=3 -> Axess/EasyTv DM05
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
So, I tried this :
[root:~] modprobe dm1105 card=0
[root:~] dmesg | tail
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
[root:~] modprobe -r dm1105
[root:~] modprobe dm1105 card=1
[root:~] dmesg | tail
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
[root:~] modprobe -r dm1105
[root:~] modprobe dm1105 card=2
[root:~] dmesg | tail
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
cx24116_readreg: reg=0xff (error=-1)
cx24116_readreg: reg=0xfe (error=-1)
Invalid probe, probably not a CX24116 device
ds3000_readreg: reg=0x0(error=-1)
Invalid probe, probably not a DS3000
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
[root:~] modprobe -r dm1105
[root:~] modprobe dm1105 card=3
[root:~] dmesg | tail
Invalid probe, probably not a CX24116 device
ds3000_readreg: reg=0x0(error=-1)
Invalid probe, probably not a DS3000
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
And the command scan say me this :
scanning /usr/share/dvb/dvb-s/Nilesat101+102-7.0W
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
main:2273: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No such file or directory
What shoud I do ?
Sorry for my bad English.
Offline
Any idea ?
Sorry for my bad English.
Offline
same error here with
Bus 002 Device 005: ID 15a4:9016 Afatech Technologies, Inc. AF9015 DVB-T USB2.0 stick
and lsmod|grep dvb result:
dvb_usb_af9015 27975 0
dvb_usb 14273 1 dvb_usb_af9015
dvb_core 88959 1 dvb_usb
i2c_core 18137 5 dvb_usb_af9015,dvb_usb,videodev,nvidia,i2c_i801
usbcore 140485 7 dvb_usb_af9015,dvb_usb,uvcvideo,usbhid,uhci_hcd,ehci_hcd
Offline
Pages: 1