* [gentoo-user] auvisio white star II
@ 2014-01-15 15:01 Silvio Siefke
2014-01-15 15:42 ` Daniel Frey
0 siblings, 1 reply; 8+ messages in thread
From: Silvio Siefke @ 2014-01-15 15:01 UTC (permalink / raw
To: gentoo-user
Hello,
i have become this DVB-T USB Stick, i has installed the firmware and in
Kernel i has build in the driver.
siefke ~ $ cat /usr/src/linux-3.12.3-pf/.config | egrep AF9015
CONFIG_DVB_USB_AF9015=y
siefke ~ $ ls /lib/firmware/ | egrep dvb
dvb-usb-af9015.fw
I understand not why the Stick will be activated as Keyboard.
siefke ~ $ dmesg | egrep DVB
[ 2.948871] usb 1-3: Product: USB2.0 DVB-T TV Stick
[ 3.362579] DVB: registering new adapter (Afatech AF9015 reference design)
[ 3.375389] usb 1-3: DVB: registering adapter 0 frontend 0 (Afatech AF9013)...
[ 10.313875] NEWMI USB2.0 DVB-T TV Stick: Fixing fullspeed to highspeed interval: 16 -> 8
[ 10.314387] input: NEWMI USB2.0 DVB-T TV Stick as /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.1/input/input11
[ 10.314685] hid-generic 0003:15A4:9016.0001: input,hidraw0: USB HID v1.01 Keyboard [NEWMI USB2.0 DVB-T TV Stick] on usb-0000:00:1d.7-3/input1
Has someone Idea how can i installed and use the DVB Stick?
Thank you for help & Nice Day
Silvio
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] auvisio white star II
2014-01-15 15:01 [gentoo-user] auvisio white star II Silvio Siefke
@ 2014-01-15 15:42 ` Daniel Frey
2014-01-15 20:52 ` Silvio Siefke
0 siblings, 1 reply; 8+ messages in thread
From: Daniel Frey @ 2014-01-15 15:42 UTC (permalink / raw
To: gentoo-user
On 01/15/2014 07:01 AM, Silvio Siefke wrote:
> Hello,
>
> i have become this DVB-T USB Stick, i has installed the firmware and in
> Kernel i has build in the driver.
>
> siefke ~ $ cat /usr/src/linux-3.12.3-pf/.config | egrep AF9015
> CONFIG_DVB_USB_AF9015=y
>
> siefke ~ $ ls /lib/firmware/ | egrep dvb
> dvb-usb-af9015.fw
>
> I understand not why the Stick will be activated as Keyboard.
>
> siefke ~ $ dmesg | egrep DVB
> [ 2.948871] usb 1-3: Product: USB2.0 DVB-T TV Stick
> [ 3.362579] DVB: registering new adapter (Afatech AF9015 reference design)
> [ 3.375389] usb 1-3: DVB: registering adapter 0 frontend 0 (Afatech AF9013)...
> [ 10.313875] NEWMI USB2.0 DVB-T TV Stick: Fixing fullspeed to highspeed interval: 16 -> 8
> [ 10.314387] input: NEWMI USB2.0 DVB-T TV Stick as /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.1/input/input11
> [ 10.314685] hid-generic 0003:15A4:9016.0001: input,hidraw0: USB HID v1.01 Keyboard [NEWMI USB2.0 DVB-T TV Stick] on usb-0000:00:1d.7-3/input1
>
>
> Has someone Idea how can i installed and use the DVB Stick?
>
>
> Thank you for help & Nice Day
> Silvio
>
That's not enough of the dmesg to determine if the device is loading
properly, although it looks like it could be due to it registering the
adapter.
In order to display something you'll need to use something like
vlc/mplayer[2] or mythtv compiled with the dvb flag.
Dan
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] auvisio white star II
2014-01-15 15:42 ` Daniel Frey
@ 2014-01-15 20:52 ` Silvio Siefke
2014-01-16 2:03 ` Daniel Frey
0 siblings, 1 reply; 8+ messages in thread
From: Silvio Siefke @ 2014-01-15 20:52 UTC (permalink / raw
To: gentoo-user
Hello,
On Wed, 15 Jan 2014 07:42:26 -0800 Daniel Frey <djqfrey@gmail.com>
wrote:
> That's not enough of the dmesg to determine if the device is loading
> properly, although it looks like it could be due to it registering the
> adapter.
>
> In order to display something you'll need to use something like
> vlc/mplayer[2] or mythtv compiled with the dvb flag.
VlC is compiled with dvb. Mplayer want not compiled give error messages.
The Problem is that this stick is in System as keyboard. I take in and
change my keyboard layout. Wscan want not install. Hhh so much trouble
for tv. Oh oh Linux sometimes so hard.
Thank you for help & Nice Day
Silvio
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] auvisio white star II
2014-01-15 20:52 ` Silvio Siefke
@ 2014-01-16 2:03 ` Daniel Frey
2014-01-16 22:13 ` Silvio Siefke
0 siblings, 1 reply; 8+ messages in thread
From: Daniel Frey @ 2014-01-16 2:03 UTC (permalink / raw
To: gentoo-user
On 01/15/2014 12:52 PM, Silvio Siefke wrote:
> Hello,
>
>
> VlC is compiled with dvb. Mplayer want not compiled give error messages.
> The Problem is that this stick is in System as keyboard. I take in and
> change my keyboard layout. Wscan want not install. Hhh so much trouble
> for tv. Oh oh Linux sometimes so hard.
>
> Thank you for help & Nice Day
> Silvio
>
What's the output of `ls -lR /dev/dvb` ?
What's the output of `dmesg | grep -i af9015` ? Anything relevant there?
Have you tried to locate newer firmware?
Dan
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] auvisio white star II
2014-01-16 2:03 ` Daniel Frey
@ 2014-01-16 22:13 ` Silvio Siefke
2014-01-17 0:56 ` Daniel Frey
2014-01-17 17:06 ` Stroller
0 siblings, 2 replies; 8+ messages in thread
From: Silvio Siefke @ 2014-01-16 22:13 UTC (permalink / raw
To: gentoo-user
Hello,
On Wed, 15 Jan 2014 18:03:26 -0800 Daniel Frey <djqfrey@gmail.com>
wrote:
> What's the output of `ls -lR /dev/dvb` ?
>
> What's the output of `dmesg | grep -i af9015` ? Anything relevant
> there?
>
> Have you tried to locate newer firmware?
It run now, after i load other Firmware which linked in Ubuntu Forum.
The Firmware from portage for dvb has some probs with download files.
Should write as bug report or to package maintainer?
Thanks for help & Nice Day
Silvio
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] auvisio white star II
2014-01-16 22:13 ` Silvio Siefke
@ 2014-01-17 0:56 ` Daniel Frey
2014-01-17 17:06 ` Stroller
1 sibling, 0 replies; 8+ messages in thread
From: Daniel Frey @ 2014-01-17 0:56 UTC (permalink / raw
To: gentoo-user
On 01/16/2014 02:13 PM, Silvio Siefke wrote:
> It run now, after i load other Firmware which linked in Ubuntu Forum.
> The Firmware from portage for dvb has some probs with download files.
> Should write as bug report or to package maintainer?
>
For a couple cards that I have to use firmware the actual firmware files
are not in the ebuild, you have to find them on the internet. You can
file a bug, not sure how they deal with firmware issues. First thing I
do is update the firmware, I generally never use the included one as it
never seems to work.
Dan
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] auvisio white star II
2014-01-16 22:13 ` Silvio Siefke
2014-01-17 0:56 ` Daniel Frey
@ 2014-01-17 17:06 ` Stroller
2014-01-19 1:03 ` Silvio Siefke
1 sibling, 1 reply; 8+ messages in thread
From: Stroller @ 2014-01-17 17:06 UTC (permalink / raw
To: gentoo-user
On 16 Jan 2014, at 10:13 pm, Silvio Siefke <siefke_listen@web.de> wrote:
> ...
> It run now, after i load other Firmware which linked in Ubuntu Forum.
> The Firmware from portage for dvb has some probs with download files.
> Should write as bug report or to package maintainer?
Personally, when I find bugs like this, I try to find where the files originate, and file the bug upstream.
This reduces the Gentoo devs' workload, and in my experience the problem gets fixed in a more timely manner.
Stroller.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] auvisio white star II
2014-01-17 17:06 ` Stroller
@ 2014-01-19 1:03 ` Silvio Siefke
0 siblings, 0 replies; 8+ messages in thread
From: Silvio Siefke @ 2014-01-19 1:03 UTC (permalink / raw
To: gentoo-user
On Fri, 17 Jan 2014 17:06:25 +0000 Stroller
<stroller@stellar.eclipse.co.uk> wrote:
> Personally, when I find bugs like this, I try to find where the files
> originate, and file the bug upstream.
Yes i do so for me.
> This reduces the Gentoo devs' workload, and in my experience the
> problem gets fixed in a more timely manner.
Yes correct i has send package maintainer the ebuild so he can decide
what do.
Thank you for help & Nice Day
Silvio
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-01-19 1:03 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 15:01 [gentoo-user] auvisio white star II Silvio Siefke
2014-01-15 15:42 ` Daniel Frey
2014-01-15 20:52 ` Silvio Siefke
2014-01-16 2:03 ` Daniel Frey
2014-01-16 22:13 ` Silvio Siefke
2014-01-17 0:56 ` Daniel Frey
2014-01-17 17:06 ` Stroller
2014-01-19 1:03 ` Silvio Siefke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox