Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Typhoon Duo PCMCIA TV-Card and no Sound
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
pregopresto
n00b
n00b


Joined: 05 May 2003
Posts: 46

PostPosted: Sun Feb 12, 2006 9:58 am    Post subject: Typhoon Duo PCMCIA TV-Card and no Sound Reply with quote

I posted this Topic at Kernel and Hardware as well, as I am not sure which place it belongs to:

Hi!

I recently bought a:
Quote:

jans-laptop jan # lspci | grep SAA
02:00.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135 Video Broadcast Decoder (rev d0)
jans-laptop jan #


My Kernel is compiled as follows:
Quote:

<M>I2C support

<*> Video For Linux
<M>Philips SAA7134 support
<M>Philips SAA7134 DMA audio support
<M>Philips-Semiconductors 'dpc7146 demonstration board'

// ALSA
<*> Sound card support
<*> Advanced Linux Sound Architecture
<*> Sequencer support
< > Sequencer dummy client
<*> OSS Mixer API
<*> OSS PCM (digital audio) API
[*] OSS Sequencer API

<M>ALi M5451 PCI Audio Controller


Quote:

jans-laptop jan # lspci | grep 5451
00:08.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02)
jans-laptop jan #


The sound is working fine. The channels are:

Quote:

jans-laptop jan # amixer -c 0
Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 16 [52%] [on]
Front Right: Playback 16 [52%] [on]
Simple mixer control 'Master Mono',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 25 [81%] [on]
Simple mixer control 'Headphone',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 25 [81%] [on]
Front Right: Playback 25 [81%] [on]
Simple mixer control 'Headphone Jack Sense',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'PCM',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 16 [52%] [on]
Front Right: Playback 16 [52%] [on]
Simple mixer control 'Line',0
Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 16 [52%] [on] Capture [on]
Front Right: Playback 16 [52%] [on] Capture [on]
Simple mixer control 'Line Jack Sense',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'CD',0


If I insert my card, the corresponding dmesg output is:

Quote:

pccard: CardBus card inserted into slot 0
saa7130/34: v4l2 driver version 0.2.14 loaded
PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNK2] -> GSI 10 (level, low) -> IRQ 10
saa7133[0]: found at 0000:02:00.0, rev: 208, irq: 10, latency: 0, mmio: 0x22000000
PCI: Setting latency timer of device 0000:02:00.0 to 64
saa7133[0]: subsystem: 4e42:0502, board: Typhoon DVB-T Duo Digital/Analog Cardbus [card=60,autodetected]
saa7133[0]: board init: gpio is 8210000
saa7133[0]: i2c eeprom 00: 42 4e 02 05 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
saa7133[0]: i2c eeprom 10: 00 ff 22 0f ff 20 ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: 01 40 01 03 03 01 01 03 08 ff 01 81 ff ff ff ff
saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 40: ff 25 00 c0 ff 10 07 01 c2 96 00 16 22 15 ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tuner 0-004b: chip found @ 0x96 (saa7133[0])
tuner 0-004b: setting tuner address to 61
tuner 0-004b: tuner: type set to tda8290+75a
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0


I can see all channels in kdetv, as well as in tvtime i.e., but I don't listen anything.


Thanks a lot to everybody who reads this Post. I hope you might help me to get it working properly. I would love to get it working, and I am willing to help you to send you anything you need!

Greetings and have a nice sunday!

pego :-)
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Sun Feb 12, 2006 11:47 am    Post subject: Reply with quote

Did you load the saa7134-alsa module? It doesn't get loaded automatically. Then to get sound from the tuner check this v4l wiki entry. It's for a different card, but the setup should be the same for every saa7134-alsa tuner.
Back to top
View user's profile Send private message
pregopresto
n00b
n00b


Joined: 05 May 2003
Posts: 46

PostPosted: Sun Feb 12, 2006 12:31 pm    Post subject: Reply with quote

Thanks a lot, it did it! I found the saa7134-alsa stuff before, but never found the sox thing :-D its solved :-D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum