* MSI DigiVox A/D II
[not found] <S1755369AbZAMWYU/20090113222421Z+45@vger.kernel.org>
@ 2009-01-13 22:56 ` Bastian Beekes
2009-01-13 23:02 ` Devin Heitmueller
0 siblings, 1 reply; 6+ messages in thread
From: Bastian Beekes @ 2009-01-13 22:56 UTC (permalink / raw)
To: linux-media
Hi everybody,
I got a MSI DigiVox A/D II and am running Ubuntu 8.04.
I got picture working with the drivers from http://linuxtv.org/hg/v4l-dvb
, but I don't have sound.
This device already worked with the em28xx-drivers from mcentral.de, but
I had to manually load snd-usb-audio and em28xx-audio. The problem is, I
don't have the em28xx-audio module.
I see a souce-file in /v4l-dvb/linux/drivers/media/video/em28xx for
em28xx-audio, so how do I build it?
btw, my usb-id is eb1a:e323, so it is recognized as Kworld VS-DVB-T
323UR , but it in fact is a MSI DigiVox A/D II...
thanks for your help,
Bastian
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MSI DigiVox A/D II
2009-01-13 22:56 ` MSI DigiVox A/D II Bastian Beekes
@ 2009-01-13 23:02 ` Devin Heitmueller
2009-01-13 23:09 ` Bastian Beekes
0 siblings, 1 reply; 6+ messages in thread
From: Devin Heitmueller @ 2009-01-13 23:02 UTC (permalink / raw)
To: Bastian Beekes; +Cc: linux-media
On Tue, Jan 13, 2009 at 5:56 PM, Bastian Beekes <bastian.beekes@gmx.de> wrote:
> Hi everybody,
>
> I got a MSI DigiVox A/D II and am running Ubuntu 8.04.
> I got picture working with the drivers from http://linuxtv.org/hg/v4l-dvb
> , but I don't have sound.
>
> This device already worked with the em28xx-drivers from mcentral.de, but I
> had to manually load snd-usb-audio and em28xx-audio. The problem is, I don't
> have the em28xx-audio module.
> I see a souce-file in /v4l-dvb/linux/drivers/media/video/em28xx for
> em28xx-audio, so how do I build it?
>
> btw, my usb-id is eb1a:e323, so it is recognized as Kworld VS-DVB-T 323UR ,
> but it in fact is a MSI DigiVox A/D II...
>
> thanks for your help,
> Bastian
Ubuntu screwed up their build process in 8.04 so that none of the
v4l-dvb "-audio" modules would get built. The issue was fixed in
8.10.
Devin
--
Devin J. Heitmueller
http://www.devinheitmueller.com
AIM: devinheitmueller
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MSI DigiVox A/D II
2009-01-13 23:02 ` Devin Heitmueller
@ 2009-01-13 23:09 ` Bastian Beekes
2009-01-13 23:16 ` Devin Heitmueller
2009-01-13 23:24 ` Bastian Beekes
0 siblings, 2 replies; 6+ messages in thread
From: Bastian Beekes @ 2009-01-13 23:09 UTC (permalink / raw)
To: Devin Heitmueller; +Cc: linux-media
Hm, ok...
thanks for your reply in *no time* :)
So is the only option to upgrade to 8.10? I'd prefer to stick with the
LTS release...
Bastian
Devin Heitmueller wrote:
> On Tue, Jan 13, 2009 at 5:56 PM, Bastian Beekes <bastian.beekes@gmx.de> wrote:
>> Hi everybody,
>>
>> I got a MSI DigiVox A/D II and am running Ubuntu 8.04.
>> I got picture working with the drivers from http://linuxtv.org/hg/v4l-dvb
>> , but I don't have sound.
>>
>> This device already worked with the em28xx-drivers from mcentral.de, but I
>> had to manually load snd-usb-audio and em28xx-audio. The problem is, I don't
>> have the em28xx-audio module.
>> I see a souce-file in /v4l-dvb/linux/drivers/media/video/em28xx for
>> em28xx-audio, so how do I build it?
>>
>> btw, my usb-id is eb1a:e323, so it is recognized as Kworld VS-DVB-T 323UR ,
>> but it in fact is a MSI DigiVox A/D II...
>>
>> thanks for your help,
>> Bastian
>
> Ubuntu screwed up their build process in 8.04 so that none of the
> v4l-dvb "-audio" modules would get built. The issue was fixed in
> 8.10.
>
> Devin
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MSI DigiVox A/D II
2009-01-13 23:09 ` Bastian Beekes
@ 2009-01-13 23:16 ` Devin Heitmueller
2009-01-15 17:32 ` Bastian Beekes
2009-01-13 23:24 ` Bastian Beekes
1 sibling, 1 reply; 6+ messages in thread
From: Devin Heitmueller @ 2009-01-13 23:16 UTC (permalink / raw)
To: Bastian Beekes; +Cc: linux-media
On Tue, Jan 13, 2009 at 6:09 PM, Bastian Beekes <bastian.beekes@gmx.de> wrote:
> Hm, ok...
>
> thanks for your reply in *no time* :)
> So is the only option to upgrade to 8.10? I'd prefer to stick with the LTS
> release...
>
> Bastian
I suspect there is some hackary you could do if you install the kernel
source and recompile to include properly include CONFIG_SND, but
nobody ever went through the effort (as far as I know). I believe
Markus did in his codebase, which is why he has been distributing
binaries for Ubuntu instead of having people build from source (but I
could be wrong there).
The core of the issue is Ubuntu provided an updated ALSA separate from
the rest of the kernel distro, but then screwed up the kernel headers
so that we think ALSA isn't present, so v4l-dvb doesn't compile any of
the alsa modules.
Devin
--
Devin J. Heitmueller
http://www.devinheitmueller.com
AIM: devinheitmueller
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MSI DigiVox A/D II
2009-01-13 23:09 ` Bastian Beekes
2009-01-13 23:16 ` Devin Heitmueller
@ 2009-01-13 23:24 ` Bastian Beekes
1 sibling, 0 replies; 6+ messages in thread
From: Bastian Beekes @ 2009-01-13 23:24 UTC (permalink / raw)
To: Devin Heitmueller; +Cc: linux-media
OK, I'm installing Intrepid kernel right now, reboot and re-check...
It's getting late, I'll report back when I've got further...
thanks so far,
Bastian
Bastian Beekes wrote:
> Hm, ok...
>
> thanks for your reply in *no time* :)
> So is the only option to upgrade to 8.10? I'd prefer to stick with the
> LTS release...
>
> Bastian
>
> Devin Heitmueller wrote:
>> On Tue, Jan 13, 2009 at 5:56 PM, Bastian Beekes
>> <bastian.beekes@gmx.de> wrote:
>>> Hi everybody,
>>>
>>> I got a MSI DigiVox A/D II and am running Ubuntu 8.04.
>>> I got picture working with the drivers from
>>> http://linuxtv.org/hg/v4l-dvb
>>> , but I don't have sound.
>>>
>>> This device already worked with the em28xx-drivers from mcentral.de,
>>> but I
>>> had to manually load snd-usb-audio and em28xx-audio. The problem is,
>>> I don't
>>> have the em28xx-audio module.
>>> I see a souce-file in /v4l-dvb/linux/drivers/media/video/em28xx for
>>> em28xx-audio, so how do I build it?
>>>
>>> btw, my usb-id is eb1a:e323, so it is recognized as Kworld VS-DVB-T
>>> 323UR ,
>>> but it in fact is a MSI DigiVox A/D II...
>>>
>>> thanks for your help,
>>> Bastian
>>
>> Ubuntu screwed up their build process in 8.04 so that none of the
>> v4l-dvb "-audio" modules would get built. The issue was fixed in
>> 8.10.
>>
>> Devin
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: MSI DigiVox A/D II
2009-01-13 23:16 ` Devin Heitmueller
@ 2009-01-15 17:32 ` Bastian Beekes
0 siblings, 0 replies; 6+ messages in thread
From: Bastian Beekes @ 2009-01-15 17:32 UTC (permalink / raw)
To: Devin Heitmueller; +Cc: linux-media
Hm,
now I installed the Intrepid Kernel via
echo 'deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted' |
sudo tee /etc/apt/sources.list.d/intrepid-kernel.list && sudo apt-get
update && sudo apt-get -y install linux linux-generic
linux-headers-generic linux-image-generic
linux-restricted-modules-generic && sudo rm
/etc/apt/sources.list.d/intrepid-kernel.list && sudo apt-get update
When I rebooted my pc and plugged in my tv stick, dmesg showed me it was
detected as Kworld VS-DVB-T 323UR - the
USB-ID is eb1a:e323.
Well, this isn't my card, but it's the same USB-ID. When I started up
tvtime, video was scrambled, but the audio device is listed in arecord -l.
So I tried modprobe em28xx card=50, which is my MSI DigiVox A/D II - the
video was alright, but when I ran arecord -D hw:1,0 -f dat | aplay -f
dat , I only got buffer underruns.
So I pulled a fresh copy from hg, compiled & installed it, rebooted,
plugged - now the stick gets detected without the card=50 option, but
still only buffer underruns in arecord | aplay.
what now?
greetings, Bastian
Devin Heitmueller wrote:
> On Tue, Jan 13, 2009 at 6:09 PM, Bastian Beekes <bastian.beekes@gmx.de> wrote:
>> Hm, ok...
>>
>> thanks for your reply in *no time* :)
>> So is the only option to upgrade to 8.10? I'd prefer to stick with the LTS
>> release...
>>
>> Bastian
>
> I suspect there is some hackary you could do if you install the kernel
> source and recompile to include properly include CONFIG_SND, but
> nobody ever went through the effort (as far as I know). I believe
> Markus did in his codebase, which is why he has been distributing
> binaries for Ubuntu instead of having people build from source (but I
> could be wrong there).
>
> The core of the issue is Ubuntu provided an updated ALSA separate from
> the rest of the kernel distro, but then screwed up the kernel headers
> so that we think ALSA isn't present, so v4l-dvb doesn't compile any of
> the alsa modules.
>
> Devin
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-01-15 17:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <S1755369AbZAMWYU/20090113222421Z+45@vger.kernel.org>
2009-01-13 22:56 ` MSI DigiVox A/D II Bastian Beekes
2009-01-13 23:02 ` Devin Heitmueller
2009-01-13 23:09 ` Bastian Beekes
2009-01-13 23:16 ` Devin Heitmueller
2009-01-15 17:32 ` Bastian Beekes
2009-01-13 23:24 ` Bastian Beekes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox