|
From: Santiago G. M. <ma...@ay...> - 2002-12-04 07:49:54
|
> Sorry to be so silent, ive found the serial-bug in my Netstation.... one > of voltage regulator is slowly died... melting a some chips around.. so > till i don't fix it or find another one i can only listen to your good > news ;)) Sorry to hear this :-( You know that the Serial is no longer needed. I suppose that this has really broken things for your NS :-( > "wss0 at isa0 port 0x82c-0x833 irq 10 drq 0 drq2 1: CS4231A" Yes, this pretty much looks like what I had found brute forcing it. I had left an script testing io ports and irqs and found this morning that it had stopped with io=0x830 saying that the irq was not ok, so I just had to test the irq and came to the result that the io is 0x830 and the irq is 10, then I added the dma info you got from the BSD wich took me to this line: modprobe cs4232 io=0x830 irq=10 dma=0 dma2=1 The problem with this is that the NS hangs when I do this :-( Any ideas on why this can be happening? Are we missing some inits? Regards! |