| To: | Stuart Longland <stuartl@longlandclan.hopto.org> |
|---|---|
| Subject: | Re: Problems with LCD panel & SCSI support with Linux 2.4.24-pre2 on Cobalt Qube II |
| From: | Karsten Merker <karsten@excalibur.cologne.de> |
| Date: | Sun, 1 Feb 2004 15:54:48 +0100 |
| Cc: | Linux MIPS Mailing list <linux-mips@linux-mips.org> |
| In-reply-to: | <401D06A6.4050905@longlandclan.hopto.org> |
| Mail-followup-to: | Karsten Merker <karsten@excalibur.cologne.de>, Stuart Longland <stuartl@longlandclan.hopto.org>, Linux MIPS Mailing list <linux-mips@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <401D06A6.4050905@longlandclan.hopto.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.3.28i |
On Mon, Feb 02, 2004 at 12:01:10AM +1000, Stuart Longland wrote:
> Just the other day, I dragged out the old Gateway Microserver I have
> here (a rebadged Cobalt Qube II) with the idea of setting it up as a
> fileserver.
[snip]
> January, 2004) -- This seems to have corrected the hard lockups I had
> previously, however, the SCSI card still doesn't work and now the LCD
> panel on the back no-longer functions.
The device id for the LCD panel has changed in newer kernel versions;
the minor device id seems to be selected dynamically now:
static struct miscdevice lcd_dev = {
MISC_DYNAMIC_MINOR,
"lcd",
&lcd_fops
};
HTH,
Karsten
--
#include <standard_disclaimer>
Nach Paragraph 28 Abs. 3 Bundesdatenschutzgesetz widerspreche ich der Nutzung
oder Uebermittlung meiner Daten fuer Werbezwecke oder fuer die Markt- oder
Meinungsforschung.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Problems with LCD panel & SCSI support with Linux 2.4.24-pre2 on Cobalt Qube II, Stuart Longland |
|---|---|
| Next by Date: | New Cobalt patches for 2.4.24, Peter Horton |
| Previous by Thread: | Problems with LCD panel & SCSI support with Linux 2.4.24-pre2 on Cobalt Qube II, Stuart Longland |
| Next by Thread: | Re: Problems with LCD panel & SCSI support with Linux 2.4.24-pre2 on Cobalt Qube II, Stuart Longland |
| Indexes: | [Date] [Thread] [Top] [All Lists] |