ARCHIVE
LinuxMCE Forums
May 23, 2013, 06:16:38 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Generic BTTV card drivers unloading on boot  (Read 1370 times)
archived
Hello, I'm new here

Posts: 0


View Profile
« on: October 11, 2005, 04:16:36 pm »

I have a generic BTTV card (a WinTV GO PCI) its just a generic card, should load as /dev/video0 and be available to video4linux but its not showing up under myth.  when I ran dmesg, I see the card is properly detected, and configured, but is then immediately removed from the system.  here is the contents of my dmesg. I have only put the end of the output here (from where it finds the card on) there are about 180 lines before this, tell me if they would be of any help.  Any guidance on getting this card working on the system would be great.  Thank you

here is the output of my dmesg:

Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA PM266/KM266 chipset
agpgart: AGP aperture is 64M @ 0xe0000000
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x1001
Linux video capture interface: v1.00
bttv: driver version 0.9.16 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 0000:00:09.0, irq: 10, latency: 32, mmio: 0xdddfe000
bttv0: detected: Hauppauge WinTV [card=10], PCI subsystem ID is 0070:13eb
bttv0: using: Hauppauge (bt878) [card=10,autodetected]
bttv0: gpio: en=00000000, out=00000000 in=00ffffdb [init]
bttv0: Hauppauge/Voodoo msp34xx: reset line init [5]
tveeprom: Hauppauge: model = 44372, rev = D123, serial# = 6932608
tveeprom: tuner = Philips FM1236 (idx = 23, type = 2)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
tveeprom: audio_processor = MSP3445 (type = 12)
bttv0: using tuner=2
bttv0: i2c: checking for MSP34xx @ 0x80... found
msp34xx: init: chip=MSP3445G-B8 +nicam +simple +simpler +radio mode=simpler
msp34xxg: daemon started
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
tvaudio: TV audio decoder + audio/video mux driver
tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 (PV951),ta8874z
bttv0: i2c: checking for TDA9887 @ 0x86... not found
 : chip found @ 0xc2 (bt878 #0 [sw])
tuner 0-0061: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles))
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: registered device radio0
bttv0: PLL: 28636363 => 35468950 .. ok
PCI: Setting latency timer of device 0000:00:11.5 to 64
Real Time Clock Driver v1.12
input: PC Speaker
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
NET: Registered protocol family 17
NET: Registered protocol family 10
Disabled Privacy Extensions on device c0353c80(lo)
IPv6 over IPv4 tunneling driver
process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
Capability LSM initialized
eth0: no IPv6 routers present
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: recovery directory /var/lib/nfs/v4recovery doesn't exist
NFSD: starting 90-second grace period
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: no IPv6 routers present
gameport: kgameportd exiting
bttv0: unloading
msp3400: chip reset failed
PCI: Setting latency timer of device 0000:00:11.5 to 64
ip_conntrack version 2.1 (4095 buckets, 32760 max) - 248 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
hci_cmd_task: hci0 command tx timeout
Bluetooth: L2CAP ver 2.7
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.5
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #1 on: October 11, 2005, 04:19:39 pm »

Sorry, forgot to point out the lines further down after the detection that read:

bttv0: unloading
msp3400: chip reset failed

although I cant see why bttv is unloading.

Thank you in advance

Elliot
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #2 on: October 12, 2005, 07:26:47 am »

@ebetan

After Pluto has started up try reloading the bttv drivers at a command prompt by issuing the following

  modprobe bttv

you can check that the drivers have loaded by issuing the following command

  lsmod | grep bttv

If bttv has successfully loaded, mythtv should pickup the card and /dev/video and /dev/vbi should be shown as defaults when adding a new capture card.

If everything is ok, then add the modprobe bttv to one of the startup scripts

NOS
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #3 on: October 13, 2005, 07:53:09 am »

You can blacklist snd-bt87x in hotplug and then disable alsaconf-noninteractive in the boot scripts.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Pluto provided a snapshot of their forums with approximately 5,000 posts in February, 2007 when LinuxMCE branched off. Browse those forum posts in the Archive section. Those posts have been included in the search engine and can be found with keyword searches.