-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Karsten Merker wrote:
| 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
Hi,
Thanks for that, this fixes the LCD problem, it's working fine now. If
it's more dynamic, it looks like using devfs might be a better option --
although I'm trying to avoid enabling stuff that enlarges my kernel (I'm
at 600kB now). At the moment, I'll see about putting a hack in the
scripts to recreate /dev/lcd at boot.
Now to nail the problem with SCSI.
- --
+-------------------------------------------------------------+
| Stuart Longland stuartl at longlandclan.hopto.org |
| Brisbane Mesh Node: 719 http://stuartl.cjb.net/ |
| I haven't lost my mind - it's backed up on a tape somewhere |
| Atomic Linux Project <---> http://atomicl.berlios.de/ |
+-------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAHVTGuarJ1mMmSrkRAqNpAJ9V854J4m+gt1A7mvU07VtaxOSHhwCgjT+9
zTPOAD4j9C3uP8TffZrxBe8=
=7adl
-----END PGP SIGNATURE-----
|