You are not logged in.
I have this exact same card working fine under Kanotix which is debian based but of course want to use Arch.
Is there a simple way of getting it to work?
lsmod shows various tuner,cx8800blackbird modules etc..
So all seems as though it should work but Kino doesn't see the DVB at all.
Offline
Here's some random ideas for you.
Make sure you have the "dvb-usb-bluebird-01.fw" firmware file in /lib/firmware/
The MODULES section of /etc/rc.conf needs to contain "cx88-dvb" for dual cards to work correctly, for example -> MODULES=(pppoe skge cx88-dvb)
There should be these following entries under /dev/dvb/adapter0
demux0
dvr0
frontend0
net0
What card exactly is it? Drivers are still being developed for newer cards like the "Dual Digital 4"
fck art, lets dance.
Offline
Here's some random ideas for you.
Make sure you have the "dvb-usb-bluebird-01.fw" firmware file in /lib/firmware/
The MODULES section of /etc/rc.conf needs to contain "cx88-dvb" for dual cards to work correctly, for example -> MODULES=(pppoe skge cx88-dvb)
There should be these following entries under /dev/dvb/adapter0demux0
dvr0
frontend0
net0What card exactly is it? Drivers are still being developed for newer cards like the "Dual Digital 4"
Yep the cx88-dvb was the missing culprit.
Don't know what the firmware is for not in my /lib/firmware
Now to get the remote working
It is a Dvico Fusion HDTV DVB-T
[root@myhost bin]# ls /dev/v4l
vbi0 video0
[root@myhost bin]# ls /dev/dvb
adapter0
dmesg
Linux video capture interface: v2.00
cx2388x cx88-mpeg Driver Manager version 0.0.6 loaded
CORE cx88[0]: subsystem: 18ac:db10, board: DViCO FusionHDTV DVB-T Plus [card=21,autodetected]
TV tuner 4 at 0x1fe, Radio tuner -1 at 0x1fe
cx88[0]/2: cx2388x 8802 Driver Manager
cx88[0]/2: found at 0000:02:03.2, rev: 5, irq: 17, latency: 32, mmio: 0xf5000000
cx2388x v4l2 driver version 0.0.6 loaded
cx88[0]/0: found at 0000:02:03.0, rev: 5, irq: 17, latency: 32, mmio: 0xf4000000
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
hiddev0: USB HID v1.10 Device [DVICO DVICO USB HID Remocon V1.00] on usb-0000:00:1d.3-2
cx2388x blackbird driver version 0.0.6 loaded
cx8802_register_driver() ->registering driver type=blackbird access=shared
CORE cx88[0]: subsystem: 18ac:db10, board: DViCO FusionHDTV DVB-T Plus [card=21]
cx8802_register_driver() ->probe failed err = -19
cx2388x dvb driver version 0.0.6 loaded
cx8802_register_driver() ->registering driver type=dvb access=shared
CORE cx88[0]: subsystem: 18ac:db10, board: DViCO FusionHDTV DVB-T Plus [card=21]
cx88[0]/2: cx2388x based dvb card
DVB: registering new adapter (cx88[0]).
DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
Offline
Ahh ok I have one of these cards (plus a dual digital) they're very well supported. This card doesn't need the firmware file so forget about that.
Try this for your /etc/lircd.conf
# this config file was automatically generated
# using lirc-0.7.0(dvico) on Sat Jun 18 00:56:01 2005
#
# contributed by anonymous
#
# brand: DVICO
# model no. of remote control: MCE Remote
#
begin remote
name DVICO
bits 32
eps 30
aeps 100
one 0 0
zero 0 0
pre_data_bits 0
pre_data 0x0
post_data_bits 0
post_data 0x0
gap 195956
toggle_bit 0
begin codes
ok 0x0000000000005EFE
dtv 0x00000000000002FE
mp3 0x0000000000000EFE
dvd 0x0000000000001AFE
cpf 0x0000000000001EFE
setup 0x00000000000016FE
tv_onoff 0x00000000000046FE
guide 0x0000000000000AFE
back 0x00000000000049FE
more 0x00000000000059FE
dvd_menu 0x0000000000004DFE
alt_tab 0x00000000000055FE
replay 0x0000000000000FFE
skip 0x00000000000012FE
up 0x00000000000051FE
down 0x00000000000053FE
left 0x0000000000005BFE
right 0x0000000000005FFE
start 0x00000000000042FE
vol_up 0x00000000000015FE
vol_down 0x00000000000005FE
ch_up 0x00000000000011FE
ch_down 0x00000000000009FE
snapshot 0x00000000000052FE
live 0x0000000000005AFE
folder_open 0x00000000000019FE
1 0x0000000000000BFE
2 0x00000000000017FE
3 0x0000000000001BFE
4 0x00000000000007FE
5 0x00000000000050FE
6 0x00000000000054FE
7 0x00000000000048FE
8 0x0000000000004CFE
9 0x00000000000058FE
0 0x00000000000003FE
aspect 0x00000000000013FE
fullscreen 0x0000000000001FFE
rewind 0x00000000000043FE
playpause 0x00000000000047FE
fastforward 0x0000000000004FFE
stop 0x0000000000000DFE
mute 0x00000000000057FE
record 0x00000000000001FE
white_onoff 0x0000000000004EFE
end codes
end remoteAnd from memory your /etc/conf.d/lircd will need to look something like this
#
# Parameters for lirc daemon
#
LIRC_DEVICE="/dev/hiddev0"
LIRC_DRIVER="dev/input"
LIRC_EXTRAOPTS=""
LIRC_CONFIGFILE="/etc/lircd.conf"Best of luck.
fck art, lets dance.
Offline
I set up the files for the remote but no driver seems loaded , Shows in dmesg ok.
No /dev/..... for the remote
dmesg
hiddev0: USB HID v1.10 Device [DVICO DVICO USB HID Remocon V1.00] on usb-0000:00:1d.3-2
Offline
I took those settings from an old install of ubuntu. Try looking for hiddev0 in /dev/usb/hiddev0
and change from LIRC_DEVICE="/dev/hiddev0" to LIRC_DEVICE="/dev/usb/hiddev0"
I'm relying on memory for this as i now use a different remote. ![]()
fck art, lets dance.
Offline
You were correct how can I tell if it is actually being loaded and working,
Must be close now ?
I am actually playing around with Mythtv on Arch mostly works but mysql and mythbackend seem to refuse to load as daemons so have to manually start them.
Also cx88_dvb loads but even Kino doesn't see it untill I rmmod then modprobe again.
All a huge learning curve I am not new to Linux but I sure learn a lot each time i try something different.
Offline
[root@myhost CastPodder]# /etc/rc.d/mythbackend start
:: Starting MythTV Backend [BUSY] mysqld not started [FAIL]
[root@myhost CastPodder]# /etc/rc.d/mysqld start
:: Starting MySQL [FAIL]
[root@myhost CastPodder]# /etc/rc.d/mysqld stop
:: Stopping MySQL [DONE]
[root@myhost CastPodder]# /etc/rc.d/mysqld start
:: Starting MySQL [DONE]
[root@myhost CastPodder]# /etc/rc.d/mythbackend start
:: Starting MythTV Backend
Offline
Weird.... here's how my /etc/rc.conf looks.
DAEMONS=(@syslog-ng hal network @netfs @crond @atd @httpd @sensors @alsa portmap fam mysqld mythbackend mtd lircd)
That sequence works for me. I've also had one episode about 6 months ago where i had to drop the mythconverg database and rebuild it from scratch to get mythbackend working (with much AARGH'ing involved). The rmmod and modprobe issue I can't think of anything that would cause that sorry.
To see if the remote is working; start the program irw on the command line, and press some of your remote buttons. If it's working you'll get output telling which buttons you've pressed. If irw fails to start you've got problems.....
Good luck ![]()
fck art, lets dance.
Offline
Remote recognised by running irw but not in Mythtv Argh!!!!!!
Ok almost all working now I can stop bothering you :-) A couple of small ones though
A bit closer now. Just another Mythtv weather anomoly shows my temps at like -37C this is surely wrong set location to Sydney Australia. Another thing do you know an easy way to get mythstream to work on Archlinux ?
mysqld & mythbackend loading ok
DAEMONS=(@syslog-ng mysqld mythbackend lircd mtd hald !hotplug !pcmcia @network @netfs @crond @hwd @mkvmdev @cups !slim kdm nvidia)
moved them in a different place in the daemons list and now ok.
Remote recognised at last seems the one you sent me was a different beast found it here http://lirc.sourceforge.net/remotes/dvi … fusionHDTV
#
# contributed by Chris Pascoe
#
# brand: DVICO
# model no. of remote control: DVB-T
# devices being controlled by this remote:
#
begin remote
name DVICO
bits 32
eps 0
aeps 0
one 0 0
zero 0 0
pre_data_bits 32
pre_data 0x10046
gap 195755
post_data_bits 0
toggle_bit 0
begin codes
1 0x00000000000011F9
2 0x00000000000012F9
3 0x00000000000013F9
4 0x00000000000014F9
5 0x00000000000015F9
6 0x00000000000016F9
7 0x00000000000017F9
8 0x00000000000018F9
9 0x00000000000019F9
0 0x00000000000010F9
power 0x0000000000000AF9
pcoff 0x0000000000000CF9
camera 0x0000000000001AF9
record 0x0000000000001BF9
chup 0x00000000000000F9
chdown 0x00000000000001F9
volup 0x00000000000002F9
voldown 0x00000000000003F9
playpause 0x0000000000001FF9
rew 0x0000000000001CF9
stop 0x0000000000001EF9
ff 0x0000000000001DF9
folder 0x00000000000040F9
atvdtv 0x00000000000006F9
dvhs 0x00000000000041F9
menu 0x00000000000008F9
aspect 0x00000000000007F9
zoom 0x00000000000004F9
epg 0x0000000000000BF9
mute 0x0000000000000DF9
back 0x0000000000000EF9
hd 0x0000000000000FF9
red 0x00000000000005F9
green 0x00000000000009F9
yellow 0x00000000000042F9
blue 0x00000000000043F9
end codes
end remote
Last edited by cliff99 (2007-05-12 00:10:53)
Offline
No problem happy to help. The weather thing happens to me as well for Perth. I havent yet gotten around to working out what's going on with that.....
As an example, here's my ~/.mythtv/lircrc config file
# Channel Up
begin
prog = mythtv
button = ch_up
repeat = 2
config = U
end
# Channel Down
begin
prog = mythtv
button = ch_down
repeat = 2
config = J
end
# OK/Select
begin
prog = mythtv
button = ok
config = Space
end
# Play/Pause
begin
prog = mythtv
button = playpause
config = P
end
begin
prog = mythtv
button = stop
config = Esc
end
# Escape/Exit/Back
begin
prog = mythtv
button = back
config = Esc
end
# Toggle PIP
begin
prog = mythtv
button = tv_onoff
config = V
end
# Swap PIP windows
begin
prog = mythtv
button = alt_tab
config = N
end
# big green start button
begin
prog = mythtv
button = start
repeat = 2
config = Esc
end
# Mute
begin
prog = mythtv
button = mute
repeat = 2
config = F9
end
# Fast forward (30 sec default)
begin
prog = mythtv
button = fastforward
repeat = 2
config = .
end
# Back (10 sec default)
begin
prog = mythtv
button = rewind
repeat = 2
config = ,
end
# Skip forward (10 min default)
begin
prog = mythtv
button = skip
repeat = 2
config = PgDown
end
# Skip backward (10 min default)
begin
prog = mythtv
button = replay
repeat = 2
config = PgUp
end
# Record
begin
prog = mythtv
button = record
repeat = 2
config = R
end
# OSD browse
begin
prog = mythtv
button = guide
repeat = 2
config = O
end
# Display EPG while in live TV,
# View selected show while in EPG
begin
prog = mythtv
button = setup
repeat = 2
config = M
end
# Scroll up
begin
prog = mythtv
button = up
repeat = 2
config = Up
end
# Scroll down
begin
prog = mythtv
button = down
repeat = 2
config = Down
end
# Scroll Left
begin
prog = mythtv
button = left
repeat = 2
config = Left
end
# Scroll Right
begin
prog = mythtv
button = right
repeat = 2
config = Right
end
# Bring up OSD info
begin
prog = mythtv
button = more
repeat = 2
config = I
end
# Change display aspect ratio
begin
prog = mythtv
button = aspect
repeat = 2
config = W
end
# Seek to previous commercial cut point
begin
prog = mythtv
button = snapshot
repeat = 2
config = Q
end
# Seek to next commercial cut point
begin
prog = mythtv
button = folder_open
repeat = 2
config = Z
end
# Numbers 0-9
begin
prog = mythtv
button = 0
repeat = 2
config = 0
end
begin
prog = mythtv
button = 1
repeat = 2
config = 1
end
begin
prog = mythtv
button = 2
repeat = 2
config = 2
end
begin
prog = mythtv
button = 3
repeat = 2
config = 3
end
begin
prog = mythtv
button = 4
repeat = 2
config = 4
end
begin
prog = mythtv
button = 5
repeat = 2
config = 5
end
begin
prog = mythtv
button = 6
repeat = 2
config = 6
end
begin
prog = mythtv
button = 7
repeat = 2
config = 7
end
begin
prog = mythtv
button = 8
repeat = 2
config = 8
end
begin
prog = mythtv
button = 9
repeat = 2
config = 9
end
begin
prog = mythtv
button = dvd_menu
config = Y
end
begin
prog = mythtv
button = vol_down
repeat = 1
config = [
end
begin
prog = mythtv
button = vol_up
repeat = 1
config = ]
end
begin
prog = mythtv
button = dtv
config = C
end
begin
prog = mythtv
button = cpf
config = V
end
begin
prog = mythtv
button = dvd
config = B
endfck art, lets dance.
Offline
Almost there
Thanks well some buttons actually work now like pause and the numbers but not the channel change,
Now to figure out what my remote actually needs ?
Might be easier to use a wireless keyboard ? Then all functions are available !
Offline
Err, did you use my ~/.mythtv/lircrc as is?
Or did you change the button parameters from my ~/.mythtv/lircrc to suit your remote?
So for example what I mean is in my ~/.mythtv/lircrc I have channel up like this
# Channel Up
begin
prog = mythtv
button = ch_up
repeat = 2
config = U
end
But for your ~/.mythtv/lircrc it would need to be
# Channel Up
begin
prog = mythtv
button = chup
repeat = 2
config = U
end
This is all because in your /etc/lircrc the channel up button is wriiten as chup. Does that make sense?
fck art, lets dance.
Offline
Used it as it was, how do you know what the remote needs ?
Also is it only good while you watch tv or is it usable throughout Myth menus.?
Once I sought it out I want to set up a dedicated Myth Box, and would like to use Archlinux.
Oh yeh! when I go to rip a DVD it comes up with a trancode error ? Something missing.?
Offline