All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darron Broad <darron@kewl.org>
To: Andrej Podzimek <andrej@podzimek.org>
Cc: Antti Palosaari <crope@iki.fi>, linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] MSI DigiVox mini II V3.0 stopped working
Date: Wed, 22 Oct 2008 01:48:43 +0100	[thread overview]
Message-ID: <10307.1224636523@kewl.org> (raw)
In-Reply-To: <48FE6351.2000805@podzimek.org>

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

In message <48FE6351.2000805@podzimek.org>, Andrej Podzimek wrote:
>One more little note about the firmware:
>
>	[andrej@xandrej firmware]$ sha1sum dvb-usb-af9015.fw
>	6a0edcc65f490d69534d4f071915fc73f5461560  dvb-usb-af9015.fw
>
>That file can be found here: http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw
>
>Is it the right one? Shell I try something else?

Lo

try this patch (WARNING, although I have one of these devices
and this looked to fix it, I have no idea what this actually means).

[-- Attachment #2: dmb.diff --]
[-- Type: text/x-diff, Size: 650 bytes --]

diff -r 964e3eafa442 linux/drivers/media/dvb/dvb-usb/af9015.c
--- a/linux/drivers/media/dvb/dvb-usb/af9015.c	Tue Oct 21 21:09:38 2008 +0100
+++ b/linux/drivers/media/dvb/dvb-usb/af9015.c	Wed Oct 22 01:45:41 2008 +0100
@@ -1204,6 +1204,7 @@
 static struct dvb_usb_device_properties af9015_properties[] = {
 	{
 		.caps = DVB_USB_IS_AN_I2C_ADAPTER,
+		.no_reconnect = 1,
 
 		.usb_ctrl = DEVICE_SPECIFIC,
 		.download_firmware = af9015_download_firmware,
@@ -1302,6 +1303,7 @@
 		}
 	}, {
 		.caps = DVB_USB_IS_AN_I2C_ADAPTER,
+		.no_reconnect = 1,
 
 		.usb_ctrl = DEVICE_SPECIFIC,
 		.download_firmware = af9015_download_firmware,

[-- Attachment #3: Type: text/plain, Size: 57 bytes --]

--

 // /
{:)==={ Darron Broad <darron@kewl.org>
 \\ \ 


[-- Attachment #4: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

  reply	other threads:[~2008-10-22  0:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 19:07 [linux-dvb] MSI DigiVox mini II V3.0 stopped working Andrej Podzimek
2008-10-21 20:02 ` Antti Palosaari
2008-10-21 22:59   ` Andrej Podzimek
2008-10-21 23:18   ` Andrej Podzimek
2008-10-22  0:48     ` Darron Broad [this message]
2008-10-22  1:39       ` Andrej Podzimek
2008-10-22  9:37       ` Antti Palosaari
2008-10-22  9:42         ` Darron Broad
2008-10-22  9:33     ` Antti Palosaari
  -- strict thread matches above, loose matches on Subject: below --
2008-10-21 21:24 Sebastian Marskamp
2008-10-21 22:49 ` Andrej Podzimek
2008-10-22 17:09 Sebastian Marskamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10307.1224636523@kewl.org \
    --to=darron@kewl.org \
    --cc=andrej@podzimek.org \
    --cc=crope@iki.fi \
    --cc=linux-dvb@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.