S. H. Engine unavailable
side issue below...
Thanks to masinick's reply (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/post24495.html#p24495"
linktext was:"antix.freeforu ms.org/post24495.html#p24495"
====================================
) I found when the same error message happened in the console(s) with a subsequent antiX install to my gateway (amd_64) laptop I could at least eliminate the error messages from the consoles via:
Code: Select all
update-rc.d acpi-support stop 3 .
update-rc.d acpid stop 3 .
So far no complications that I've found with turning it off for runlevel3...
But if some future update turns it back on or some such, I'll have to try adding acpi=off to my kernel options[/color]
My Fairpoint Communications DSL modem/router (westell 7500 gateway) sees the laptop: Or at least it sees the ethernet connector itself...
Each of the 4 hard wired ethernet connector ports on the westell 7500 has it's own indicator light. During the boot process the indicator light comes on. And when I look at the router's"my network" page from my desktop. The laptop is listed as having a wired connection, but it says it's not online.
This old win98 era Toshiba Satelite laptop has:
Code: Select all
pentium III 234.3MHz
L1 16k
L2 256k
memory 192M
chipset Intel i440BX
This laptop was given to me by my Brother in law {a dedicated windows guy} who was about to throw it out the window because he couldn't figure out the Ubuntu that his buddy put on it for him. I thought It might make a good emergency backup computer to reach web help if I should crash my Desktop... Or if the deskto is busy with a dist-upgrade when I need to check my email. etc...
The Ubuntu (I forget which release) was all bogged down with gnome. but it was able to connect to the internet via the same usb/ethernet adapter connection that's failing me with antiX. It was so slow however that I thought I might as well try a different distribution, and selected antiX based on a review that said it was specifically designed to be usable on older slower hardware.
I should mention that I don't really know much about how to set up a DHCP connection because all I've ever had to do was let the Linux installer set it up for me... But there are a few things I know to try...
I type ifconfig and it lists eth0 (Manually recreated here so pardon any typo's)
Code: Select all
eth0 Link encap:Ethernet HWaddr 00:60:6e:00:18:89
inet addr:192.160.1.45 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 METRIC:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:65 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2610 (2.5 KiB) TX bytes:6452 (6.3 KiB)
So I try"ifup eth0"
Code: Select all
ifup: interface already configured
{And skipping the DHCP Client copyright stuff}
Code: Select all
Listening on LPF/eth0/00:60:6e:00:18:89
Sending on LPF/eth0/00:60:6e:00:18:89
Sending on Socket/fallback
DHCPRELEASE on eth0 to 192.168.1.1 port 67
Code: Select all
Listening on LPF/eth0/00:60:6e:00:18:89
Sending on LPF/eth0/00:60:6e:00:18:89
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database - sleeping
So I try"dhclient eth0"
After a few minutes I get a new root prompt without any console output...
literally:
Code: Select all
root@antiX1:~# dhclient eth0
root@antiX1:~#
antiX-M11, kernel 2.6.36-1-mepis (init-3)
And as I suspected it booted to runlevel 3 but there was a repetitive error text on tty1:
S. H. Engine unavailable
Any suggestions???