Disk /dev/hda: 255 heads, 63 sectors, 526 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 102 819283+ 83 Linuxb /dev/hda2 103 526 3405780 5 Extended /dev/hda5 103 364 2104483+ 83 Linux /dev/hda6 365 377 104391 82 Linux swap /dev/hda7 378 526 1196811 83 Linux
Chipset: Trident Cyber 9525 (generic) Custom monitor: High Frequency SVGA 1024x768 @ 70 Hz 50 - 70 vsync Don't probe 2 meg (actually it's 2.5 - I will have to change this later) No clockchip 16 bit 1024 x 768Up came Gnome, easy.
noticed your problems with freezing at boot up. mine started doing the same, when loading the pcmcia module. my sound module was being loaded at startup prior to pcmcia (through conf.modules) and i tracked it down to that.. the pcmcia won't init and will lock up the system if the sound is loaded prior to it... but if i load the maestro driver afterwards (did it through my rc.local script) then all is good...
hi mark, i found your address from installing redhat on toshiba notebook :-) you wrote you have problems, the machine starts up and freeze then. i am using suse 6.2 and have the same problem, but only when activating the pcmcia support. if enabled the keyboard freeze at login, but the machine is RUNNING!!!! you can reach it over the network. funny solution, when starting directly into a graphic login (at suse "init 3" - and i use kdm) the keyboard works, also on the console when switching to it with ctrl+alt+f1 maybe it helps you. greetings from bavaria thomasI edited my /etc/inittab so that initdefault was 5 rather than 3 and, so far the problem has not reoccured. Thanks Thomas.
Hi Mark, I read your page about installing Redhat on a Toshiba laptop. I installed Redhat 6.0 on a 4100XCDT, which has more or less the same specifications as your machine. I have solved the freezing of the laptop after booting, by disabling the start up of gpm service. I read this on an internet page (don't remember which one). Seems to be working ok, my machine has never frozen afterwards. Regards, Laslo Eversit occured to me that starting xdm at bootup may have some impact on gpm. Maybe the PCMCIA problems are a red-herring. Thomas tells me that his machine sometimes freezes even when gpm is not running, I notice that my machine runs gpm under xdm. I guess that we have to many variables here. When I get a bit of free time I might look further into this, if you have anything new to add, please feel free to let me know.
I checked the BIOS and saw that "Plug and Play" was disabled. The settings I noted were Address=0x378, IRQ=7 DMA=3.
Boot the machine back up and as root,
insmod parport.o
You should then see /proc/parport/ appear.
Next initialise the PC-specific drivers by typing insmod parport_pc.o io=0x378 irq=7. You should then see /proc/parport/0/ appear. This means you have an lp0 and you should be able to configure a printer on it.
I guess you can do this automatically if you want to. For further details look at http://www.cyberelk.demon.co.uk/parport.html