PDA

View Full Version : Hangs on hwsetup



aekl
11-12-2005, 09:25 PM
Hello,

Im trying Knoppix 4.02 CD on my Asus Pundit with a Hercules DVB card.
I disabled every onboard peripheral in the bios (USB,ETHERNET,FIREWIRE,PCMCIA)
When i boot knoppix it hangs after the message "Autoconfiguring devices XXXXXX Done"

I have tried a couple of startup options like "nousb noapic" with no luck.
I scanned the forums for some hints ran across a post explaining that i could boot inte nohwsetup.
http://www.knoppix.net/forum/viewtopic.php?t=20099
I tried the following command "knoppix nohwsetup 3 vga=0x305"
This boots knoppix to a command prompt.

I then did the command "strace hwsetup -a -s"
This is the final screen output of the command. (visible on the monitor)
ioperm(0x80, 0x1, 0x1) = 0
open("/proc/bus/ieee1394/devices", O_RDONLY = -1 ENOENT (No such file or directory)
open("/etc/pcmcia/config", O_RDONLY = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=52893, ...}) = 0
read(4, "#\n# PCMCIA Card Configuration Da"..., 52893) = 52893
close(4) = 0
open("/proc/devices", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
nmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANYNYMOUS, -1, 0) = 0xb7f75000
read(4, "Character devices:\n 1 mem\n 2 p"..., 1024) = 367
close(4) = 0
munmap(0xb7f75000, 4096) = 0
getpid() = 2352
mknod("/tmp/tmpdev-2352", S_IFCHR|0600, makedev(254,0)) = 0
open("/tmp/tmpdev-2352", O_RDONLY) = -1 ENODEV (No such device)
unlink ("/tmp/tmpdev-2352") = 0
open("/proc/fb", O_RDONLY) = 4
fstat64(4, {S_IFREG|0444, st_size=0, ....}) = 0
nmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANYNYMOUS, -1, 0) = 0xb7f75000
read(4, "0 VESA VGA\n", 1024) = 11
read(4, "", 1024) = 0
close(4) = 0
munmap(0xb7f75000, 4096) = 0
syslog(0x8, 0, 0) = -1 EINVAL (Invalid argument)
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGC HLD, child_tidptr=0xb7f89ae8) = 2567
time(NULL) = 1131846773
nanosleep({0, 125000000}, NULL) = 0
waitpid(2567, 0xbfd9efb8, WNOHANG) = 0
time(NULL) = 1131846773
nanosleep({0, 125000000}, NULL) = 0
waitpid(2567, 0xbfd9efb8, WNOHANG) = 0
time(NULL) = 1131846774
nanosleep({0, 125000000}, NULL) = 0
waitpid(2567, 0xbfd9efb8, WNOHANG) = 0
time(NULL) = 1131846774
nanosleep({0, 125000000}, NULL) = 0
waitpid(2567, 0xbfd9efb8, WNOHANG) = 0
time(NULL) = 1131846774
nanosleep({0, 125000000}, NULL) = 0
waitpid(2567, 0xbfd9efb8, WNOHANG) = 0
time(NULL) = 1131846774
nanosleep({0, 125000000}, NULL) = 0
waitpid(2567, 0xbfd9efb8, WNOHANG) = 0
time(NULL) = 1131846774
nanosleep({0, 125000000}, NULL) = 0
waitpid(2567, 0xbfd9efb8, WNOHANG) = 0
time(NULL) = 1131846774
nanosleep({0, 125000000}, NULL) = 0
waitpid(2567, 0xbfd9efb8, _

There my conputer hangs!

Any ideas why this i happening?

Please reply im desperate, and my knowledge of Linux is somewhat limited so please explain in detail. :oops:

Best Regards
Anders

maxIT
11-13-2005, 03:38 PM
Just an hint for something similar...
http://lists.debian.org/debian-knoppix/2005/01/msg00008.html

aekl
11-13-2005, 06:58 PM
Thanks for answering the post.

I tried all the boot prompt settings. (acpi=off, acpi=off noapic and pci=bios)
No luck

What i also tried was to remove my Hercules Smart-TV card. Then it works fine to boot knoppix.
Found this on a link: http://www.linuxtv.org/wiki/index.php/Hercules_Smart_TV_Satellite

Can someone say if i need to add something to my Knoppix installation to get it to work?

// Anders