From: Antti Palosaari <crope@iki.fi>
To: Malcolm Priestley <tvboxspy@gmail.com>
Cc: linux-media <linux-media@vger.kernel.org>
Subject: Re: [PATCH] [BUG] Re: dvb_usb_lmedm04 crash Kernel (rs2000)
Date: Mon, 06 Aug 2012 21:46:03 +0300 [thread overview]
Message-ID: <502010EB.7050003@iki.fi> (raw)
In-Reply-To: <1343950313.11458.10.camel@router7789>
On 08/03/2012 02:31 AM, Malcolm Priestley wrote:
> On Thu, 2012-08-02 at 23:54 +0300, Antti Palosaari wrote:
>> Moi Malcolm,
>> Any idea why this seems to crash Kernel just when device is plugged?
>>
> Hi Antti
>
> Yes, there missing error handling when no firmware file found.
>
> It seems that this is more of a problem with udev-182+.
>
> However, so far udev-182 is only a problem on first ever plug.
>
> Regards
>
>
> Malcolm
Aug 6 20:56:34 localhost kernel: [19094.248540] LME2510(C): Firmware
Status: 6 (44)
Aug 6 20:56:34 localhost kernel: [19094.251541] LME2510(C): FRM No
Firmware Found - please install
Aug 6 20:56:34 localhost kernel: [19094.251559] usbcore: registered new
interface driver LME2510C_DVB-S
It is good to print needed fw name. I found it from the documentation,
Documentation/dvb/lmedm04.txt.
Could you drop me that firmware privately as I don't wish to install
Windows drivers in order to extract it.
Tested-by: Antti Palosaari <crope@iki.fi>
> Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
> ---
> drivers/media/dvb/dvb-usb/lmedm04.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/media/dvb/dvb-usb/lmedm04.c b/drivers/media/dvb/dvb-usb/lmedm04.c
> index 25d1031..26ba5bc 100644
> --- a/drivers/media/dvb/dvb-usb/lmedm04.c
> +++ b/drivers/media/dvb/dvb-usb/lmedm04.c
> @@ -878,6 +878,10 @@ static int lme_firmware_switch(struct usb_device *udev, int cold)
> fw_lme = fw_c_rs2000;
> ret = request_firmware(&fw, fw_lme, &udev->dev);
> dvb_usb_lme2510_firmware = TUNER_RS2000;
> + if (ret == 0)
> + break;
> + info("FRM No Firmware Found - please install");
> + cold_fw = 0;
> break;
> default:
> fw_lme = fw_c_s7395;
>
regards
Antti
--
http://palosaari.fi/
next prev parent reply other threads:[~2012-08-06 18:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-02 20:54 dvb_usb_lmedm04 crash Kernel Antti Palosaari
2012-08-02 23:31 ` [PATCH] [BUG] Re: dvb_usb_lmedm04 crash Kernel (rs2000) Malcolm Priestley
2012-08-03 11:21 ` poma
2012-08-06 18:46 ` Antti Palosaari [this message]
2012-08-06 20:41 ` Malcolm Priestley
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=502010EB.7050003@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=tvboxspy@gmail.com \
/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.