9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] usb and dns suddenly not working
@ 2007-04-25 21:20 Joel C. Salomon
  2007-04-25 21:25 ` erik quanstrom
  2007-05-21  8:54 ` [9fans] " Gabriel Diaz
  0 siblings, 2 replies; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 21:20 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

"But I didn't change anything!"

I've checked /rc/bin/termrc against my local history and the version
up on sources (via the web interface), and cannot find any significant
differences -- in fact, I've reverted to a previous version and the
problem remained.

Both USB and internet connectivity have suddenly stopped working on my
laptop.  When I run usbstart, I get
  usb/usbmouse: /dev/usb/1/ep0data: '/dev/usb/1/ep0data' does not exist

More critically, no matter what I do, I get
  % ip/ping google.com
  ip/ping: couldn't dial icmp!google.com!1: cs: temporary failure:
dns: dns failure
To make this problem more fun to diagnose, I can't copy files off my
laptop *except* via the network -- which used to work!

Does this problem sound familiar to someone?

--Joel


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 21:20 [9fans] usb and dns suddenly not working Joel C. Salomon
@ 2007-04-25 21:25 ` erik quanstrom
  2007-04-25 21:31   ` Joel C. Salomon
  2007-04-25 22:05   ` Joel C. Salomon
  2007-05-21  8:54 ` [9fans] " Gabriel Diaz
  1 sibling, 2 replies; 23+ messages in thread
From: erik quanstrom @ 2007-04-25 21:25 UTC (permalink / raw)
  To: 9fans

was /rc/bin/termrc the only file you changed?

for the usb, i would start by checking that '#U' exists in the kernel and that
usbstart gets executed by termrc.

- erik


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 21:25 ` erik quanstrom
@ 2007-04-25 21:31   ` Joel C. Salomon
  2007-04-25 22:05   ` Joel C. Salomon
  1 sibling, 0 replies; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 21:31 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 4/25/07, erik quanstrom <quanstro@coraid.com> wrote:
> was /rc/bin/termrc the only file you changed?

~/lib/profile was untouched, termrc.local is from from my last pull
off of sources, and /lib/local/ndb hasn't changed in months.  Is there
any other file I might have changed that would break things this way?

> for the usb, i would start by checking that '#U' exists in the kernel and that
> usbstart gets executed by termrc.

Yes and yes; /dev/usb1/1/ep1data exists, but for some reason usbmouse
wants .../ep0data.  I've tried changing which USB port the mouse is
plugged in to (shouldn't matter, right) and I've gotten an error
either way, just don't recall if it's the same error.

--Joel


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 21:25 ` erik quanstrom
  2007-04-25 21:31   ` Joel C. Salomon
@ 2007-04-25 22:05   ` Joel C. Salomon
  2007-04-25 22:07     ` erik quanstrom
  1 sibling, 1 reply; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 22:05 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 4/25/07, Joel C. Salomon <joelcsalomon@gmail.com> wrote:
> More critically, no matter what I do, I get
>   % ip/ping google.com
>   ip/ping: couldn't dial icmp!google.com!1: cs: temporary failure:
> dns: dns failure

Is there any chace at all that this is related to some of the recent
chages in ndb?

Is there something I can run to get helpful diagnostic information?

--Joel


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 22:05   ` Joel C. Salomon
@ 2007-04-25 22:07     ` erik quanstrom
  2007-04-25 22:29       ` Joel C. Salomon
  2007-04-25 22:32       ` Steve Simon
  0 siblings, 2 replies; 23+ messages in thread
From: erik quanstrom @ 2007-04-25 22:07 UTC (permalink / raw)
  To: 9fans

have you determined if this is a networking problem or a dns problem?
is dns running?

- erik
On Wed Apr 25 18:05:20 EDT 2007, joelcsalomon@gmail.com wrote:
> On 4/25/07, Joel C. Salomon <joelcsalomon@gmail.com> wrote:
> > More critically, no matter what I do, I get
> >   % ip/ping google.com
> >   ip/ping: couldn't dial icmp!google.com!1: cs: temporary failure:
> > dns: dns failure
> 
> Is there any chace at all that this is related to some of the recent
> chages in ndb?
> 
> Is there something I can run to get helpful diagnostic information?
> 
> --Joel


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 22:07     ` erik quanstrom
@ 2007-04-25 22:29       ` Joel C. Salomon
  2007-04-25 22:37         ` geoff
  2007-04-25 22:32       ` Steve Simon
  1 sibling, 1 reply; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 22:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 4/25/07, erik quanstrom <quanstro@coraid.com> wrote:
> have you determined if this is a networking problem or a dns problem?

Whatever the problem is, networking or dns, it's restricted to my
laptop and very recent.  I guess my question ought to be: How can I
determine what the problem actually is?

> is dns running?

I think so:
  % term ps | grep dns
  chesky      46    0:00    0:00    364K Pread     dns

--Joel


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 22:07     ` erik quanstrom
  2007-04-25 22:29       ` Joel C. Salomon
@ 2007-04-25 22:32       ` Steve Simon
  2007-04-25 22:51         ` Joel C. Salomon
  1 sibling, 1 reply; 23+ messages in thread
From: Steve Simon @ 2007-04-25 22:32 UTC (permalink / raw)
  To: 9fans

> ip/ping: couldn't dial icmp!google.com!1: cs: temporary failure:
> dns: dns failure

sounds very much like a dns problem to me.

check you have a dns server configured?
	cat /net/ndb

Is dns running?
	ps | grep dns

Try a dns query:
	ndb/dnsquery
	> www.google.com
		# note the '>' here is the prompt that dnsquery prints

Check that dns is working outside your box:
	ndb/dnsdebug
	> www.google.com
		# note the '>' here is the prompt that dnsdebug prints

Hopefully this should get you a bit further.

-Steve


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 22:29       ` Joel C. Salomon
@ 2007-04-25 22:37         ` geoff
  2007-04-25 23:06           ` Joel C. Salomon
  0 siblings, 1 reply; 23+ messages in thread
From: geoff @ 2007-04-25 22:37 UTC (permalink / raw)
  To: 9fans

Is there anything interesting in /sys/log/dns?
What does this print?

	ndb/dnsdebug . ns

Do you have /srv/dns and /net/dns files?



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 22:32       ` Steve Simon
@ 2007-04-25 22:51         ` Joel C. Salomon
  2007-04-25 22:59           ` geoff
  2007-04-25 23:12           ` Russ Cox
  0 siblings, 2 replies; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 22:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 4/25/07, Steve Simon <steve@quintile.net> wrote:
> > ip/ping: couldn't dial icmp!google.com!1: cs: temporary failure:
> > dns: dns failure
>
> sounds very much like a dns problem to me.
>
> check you have a dns server configured?
>         cat /net/ndb
My configuration is:
	term% cat /net/ndb
	ip=255.255.248.0 ipmask=/120 ipgw=199.98.16.1
		sys=hymie
	term% cat /lib/ndb/local
…
	ipnet=hymie.local ip=199.98.17.238 sys=hymie dom=hymie.cc.cooper.edu
		ether=00d059…
		auth=hymie authdom=hymie.local
		cpu=hymie fs=hymie proto=il
		dns=paperweight dnsdom=cooper.edu
		ntp=ntp.cooper.edu
		ipmask=255.255.248.0
		ipgw=199.98.16.1

	ip=199.98.16.9 sys=paperweight dom=paperweight.cooper.edu
…
The applicable line in /rc/term/termrc is
	ip/ipconfig -g 199.98.16.1 ether /net/ether0 199.98.17.238
255.255.248.0 > /dev/null >[2=1]

It looks like something's misconfigured -- but this configuration
*used* to work!

> Is dns running?
Looks like it is:
	% term ps | grep dns
	chesky	46	0:00	0:00	364K	Pread	dns

> Try a dns query:
	term% ndb/dnsquery
	> www.google.com
	!dns: dns failure

> Check that dns is working outside your box:
	term% ndb/dnsdebug
	> www.google.com
	!dns: dns failure
and the kernel prints:
	hymie Apr 25 18:37:39 [232] dnresolve1 www.google.com 1 1
	hymie Apr 25 18:37:39 [232] dnresolve1 www.google.com 5 1
	hymie Apr 25 18:37:39 rereading /net/ndb
	hymie Apr 25 18:37:39 rereading /lib/ndb/local
	hymie Apr 25 18:37:39 rereading /lib/ndb/common
	hymie Apr 25 18:37:39 rereading /lib/ndb/auth

> Hopefully this should get you a bit further.

It has, thanks.  Now I *know* that I'm totally lost.  :)

--Joel

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 22:51         ` Joel C. Salomon
@ 2007-04-25 22:59           ` geoff
  2007-04-25 23:11             ` Joel C. Salomon
  2007-04-25 23:12           ` Russ Cox
  1 sibling, 1 reply; 23+ messages in thread
From: geoff @ 2007-04-25 22:59 UTC (permalink / raw)
  To: 9fans

I think this more likely to be due to recent changes to ipconfig.  I
thought I'd pushed out some bug fixes but apparently hadn't.  I've
just pushed out new /sys/src/cmd/ip/ipconfig/main.c and
/386/bin/ip/ipconfig.  I think they'll fix your problems if you can
somehow get them onto your machine (by floppy if necessary).



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 22:37         ` geoff
@ 2007-04-25 23:06           ` Joel C. Salomon
  0 siblings, 0 replies; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 23:06 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 4/25/07, geoff@plan9.bell-labs.com <geoff@plan9.bell-labs.com> wrote:
> Is there anything interesting in /sys/log/dns?
	hymie <date & time> starting dns on 199.98.17.238
…
	hymie Apr 12 … starting dns resolver on 199.98.17.238's /net
	hymie Apr 24 18:28:47 starting dns resolver on 255.255.248.0's /net
…
	hymie Apr 25 16:09:34 starting dns resolver on 255.255.248.0's /net
	hymie Apr 25 16:13:29 starting dns resolver on 255.255.248.0's /net
	hymie Apr 25 16:13:29 error reading mntpt:
	hymie Apr 24 16:38:13 starting dns resolver on 255.255.248.0's /net
…

The initial date & times go from installation in Oct through last
reboot before any problems occurred, in December.  The system then ran
continuously until mid-April, at which point the message changed (or
is this significant?).  The next reboot was after a pull yesterday, at
which point errors occurred.

> What does this print?
>
>         ndb/dnsdebug . ns
	hymie Apr 25 18:55:52 [276] dnresolve1  2 1
	hymie Apr 25 18:55:52 [276] dnresolve1 5 1
	hymie Apr 25 18:55:52 rereading /net/ndb
	hymie Apr 25 18:55:52 rereading /lib/ndb/local
	hymie Apr 25 18:55:52 rereading /lib/ndb/common
	hymie Apr 25 18:55:52 rereading /lib/ndb/auth

> Do you have /srv/dns and /net/dns files?

They both exist (though ll reports the date for /srv/dns as Oct 19 --
is that normal?)

--Joel

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 22:59           ` geoff
@ 2007-04-25 23:11             ` Joel C. Salomon
  2007-04-25 23:14               ` erik quanstrom
  0 siblings, 1 reply; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 23:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 4/25/07, geoff@plan9.bell-labs.com <geoff@plan9.bell-labs.com> wrote:
> I think this more likely to be due to recent changes to ipconfig.  I
> thought I'd pushed out some bug fixes but apparently hadn't.  I've
> just pushed out new /sys/src/cmd/ip/ipconfig/main.c and
> /386/bin/ip/ipconfig.  I think they'll fix your problems if you can
> somehow get them onto your machine (by floppy if necessary).

	term% ll /sys/src/cmd/ip/ipconfig/main.c
	--rw-rw-r-- M 8 sys sys 37908 Apr 20 14:06 main.c
	term% ll /386/bin/ip/ipconfig
	--rwxrwxr-x M 8 sys sys 158920 Apr 22 19:08 ipconfig

If you can give me a diff from those sources, I can type them in manually.

Thanks for the help,
--Joel


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 22:51         ` Joel C. Salomon
  2007-04-25 22:59           ` geoff
@ 2007-04-25 23:12           ` Russ Cox
  2007-04-25 23:25             ` Joel C. Salomon
  1 sibling, 1 reply; 23+ messages in thread
From: Russ Cox @ 2007-04-25 23:12 UTC (permalink / raw)
  To: 9fans

> The applicable line in /rc/term/termrc is
> 	ip/ipconfig -g 199.98.16.1 ether /net/ether0 199.98.17.238
> 255.255.248.0 > /dev/null >[2=1]
> 
> It looks like something's misconfigured -- but this configuration
> *used* to work!

you're not totally lost.
you need to check whether you have any
connectivity at all.

ip/ping 199.98.16.1	# your gateway
ip/ping 199.98.16.9  # your dns server
ip/ping 18.26.4.9	# somewhere on the internet

then see if you can resolve something
using your dns server:

ndb/dnsdebug @199.98.16.9 www.google.com

or someone else's dns server:

ndb/dnsdebug @18.26.4.9 www.google.com

also, this part of your mail looks wrong:

	term% ndb/dnsdebug
	> www.google.com
	!dns: dns failure

dnsdebug doesn't print lines like !dns: dns failure.
only dnsquery does.  are you sure you didn't
run dnsquery twice?  

dnsdebug prints things like the output below.
even if nothing is working you should get the 
'sending to' line.

(the fact that you are typing into the interactive
prompt instead of specifying it on the command
line like in my example is not relevant.)

russ


% ndb/dnsdebug @18.26.4.9 plan9.bell-labs.com
20654.1: sending to 18.26.4.9/18.26.4.9 plan9.bell-labs.com ip
20654: rcvd OK from 18.26.4.9 ( recurse can_recurse)
	Q:    plan9.bell-labs.com ip
	Ans:  plan9.bell-labs.com              12 hr           ip   	204.178.31.2
	Auth: bell-labs.com                    11 hr 1 min 2 s ns   	dirty.research.bell-labs.com
	      bell-labs.com                    11 hr 1 min 2 s ns   	crufty.research.bell-labs.com
	      bell-labs.com                    11 hr 1 min 2 s ns   	ns1.research.bell-labs.com
	      bell-labs.com                    11 hr 1 min 2 s ns   	ns2.research.bell-labs.com
	Hint: ns1.research.bell-labs.com       4 hr 27 min 28  ip   	204.178.16.6
	      ns2.research.bell-labs.com       1 hr 16 min 11  ip   	204.178.16.49
	      dirty.research.bell-labs.com     1 hr 16 min 11  ip   	204.178.16.6
	      crufty.research.bell-labs.com    11 hr 1 min 2 s ip   	204.178.16.49
----------------------------
answer plan9.bell-labs.com              12 hr           ip   	204.178.31.2
----------------------------
% 



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 23:11             ` Joel C. Salomon
@ 2007-04-25 23:14               ` erik quanstrom
  2007-04-25 23:20                 ` Uriel
  0 siblings, 1 reply; 23+ messages in thread
From: erik quanstrom @ 2007-04-25 23:14 UTC (permalink / raw)
  To: 9fans

you may still have _ipconfig around.  this may get you far enough
to get the new ipconfig.

- erik



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 23:14               ` erik quanstrom
@ 2007-04-25 23:20                 ` Uriel
  2007-04-25 23:22                   ` Skip Tavakkolian
  2007-04-25 23:27                   ` Joel C. Salomon
  0 siblings, 2 replies; 23+ messages in thread
From: Uriel @ 2007-04-25 23:20 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Heard of yesterday(1)?

uriel

On 4/26/07, erik quanstrom <quanstro@coraid.com> wrote:
> you may still have _ipconfig around.  this may get you far enough
> to get the new ipconfig.
>
> - erik
>
>


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 23:20                 ` Uriel
@ 2007-04-25 23:22                   ` Skip Tavakkolian
  2007-04-25 23:52                     ` Joel C. Salomon
  2007-04-25 23:27                   ` Joel C. Salomon
  1 sibling, 1 reply; 23+ messages in thread
From: Skip Tavakkolian @ 2007-04-25 23:22 UTC (permalink / raw)
  To: 9fans

> Heard of yesterday(1)?

that's when all his troubles seemed so far away...



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 23:12           ` Russ Cox
@ 2007-04-25 23:25             ` Joel C. Salomon
  0 siblings, 0 replies; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 23:25 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 4/25/07, Russ Cox <rsc@swtch.com> wrote:
> you're not totally lost.
> you need to check whether you have any
> connectivity at all.
>
> ip/ping 199.98.16.1     # your gateway
> ip/ping 199.98.16.9  # your dns server
> ip/ping 18.26.4.9       # somewhere on the internet

These all work.

> then see if you can resolve something
> using your dns server:
>
> ndb/dnsdebug @199.98.16.9 www.google.com
>
> or someone else's dns server:
>
> ndb/dnsdebug @18.26.4.9 www.google.com

These both work as well.

> also, this part of your mail looks wrong:
>
>         term% ndb/dnsdebug
>         > www.google.com
>         !dns: dns failure
>
> dnsdebug doesn't print lines like !dns: dns failure.
> only dnsquery does.  are you sure you didn't
> run dnsquery twice?

I was copying stuff over and I mistyped the output.  What I actually got was:
        term% ndb/dnsdebug
        > www.google.com
        >
(no direct response) and the kernel messages I posted before.

--Joel


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 23:20                 ` Uriel
  2007-04-25 23:22                   ` Skip Tavakkolian
@ 2007-04-25 23:27                   ` Joel C. Salomon
  1 sibling, 0 replies; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 23:27 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 4/25/07, Uriel <uriel99@gmail.com> wrote:
> Heard of yesterday(1)?

Unusable in my setting; see the Bugs section of yesterday(1), and note
that I've been requested not to sing when anyone can hear me.  :)

--Joel


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] usb and dns suddenly not working
  2007-04-25 23:22                   ` Skip Tavakkolian
@ 2007-04-25 23:52                     ` Joel C. Salomon
  0 siblings, 0 replies; 23+ messages in thread
From: Joel C. Salomon @ 2007-04-25 23:52 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> > Heard of yesterday(1)?
>
> that's when all his troubles seemed so far away...

Actually, that's when my troubles started, but "the day before
yesterday" doesn't scan very well…

^ permalink raw reply	[flat|nested] 23+ messages in thread

* [9fans] Re: usb and dns suddenly not working
  2007-04-25 21:20 [9fans] usb and dns suddenly not working Joel C. Salomon
  2007-04-25 21:25 ` erik quanstrom
@ 2007-05-21  8:54 ` Gabriel Diaz
  2007-05-21 11:32   ` erik quanstrom
  1 sibling, 1 reply; 23+ messages in thread
From: Gabriel Diaz @ 2007-05-21  8:54 UTC (permalink / raw)
  To: 9fans

hello

i'm getting the same problem with the usb mouse.

It is a fresh install from May 12 cdrom, i will pull and see if
anything has changed.

Also, my sata (intel 82801GB 8086/27c0) isn't recognized from 9load
(it "hangs" but prints ctrl-alt-del message) but 9pxeload  works (or
used to work). I'll test this more.

gabi


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] Re: usb and dns suddenly not working
  2007-05-21  8:54 ` [9fans] " Gabriel Diaz
@ 2007-05-21 11:32   ` erik quanstrom
  2007-05-21 11:45     ` Gabriel Diaz
  0 siblings, 1 reply; 23+ messages in thread
From: erik quanstrom @ 2007-05-21 11:32 UTC (permalink / raw)
  To: 9fans

> Also, my sata (intel 82801GB 8086/27c0) isn't recognized from 9load
> (it "hangs" but prints ctrl-alt-del message) but 9pxeload  works (or
> used to work). I'll test this more.

what exactly does it print?

what sata/pata devices do you have connected?  from the vid,
it appears that you have the 82801gb in combined mode where
sata drives emulate legacy drives.  the first two should be found
and available through legacy i/o space.  evidently this is causing
some trouble.

one thing you could try is using bios to enable "enhanced sata mode"
but nothing else. this should give you the vid 27c4.  perhaps 9load
would be happy with that configuration.  there appears to be explicit
support.

this is a chipset that is supported by the sd63xxesb driver.  if you can
get past 9load, this driver might make things easier for you.  (you'll
need to compile your own kernel.)  i've had trouble with combined
mode in my terminal.

- erik


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] Re: usb and dns suddenly not working
  2007-05-21 11:32   ` erik quanstrom
@ 2007-05-21 11:45     ` Gabriel Diaz
  2007-05-21 11:52       ` erik quanstrom
  0 siblings, 1 reply; 23+ messages in thread
From: Gabriel Diaz @ 2007-05-21 11:45 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

hello

i tryed both combined mode and enhaced one, but 9load still hangs,
with enhaced mode 9pxeload used to work, i submited the ids as a patch
time ago, but seems 9load doesn't like them.

i will test again on the weekend and see if i can obtain more debug.

i have the sd63xxesb driver compiled in (9load and kernel), i will
compile again with debug options and will post the results.

thanks

gabi


On 5/21/07, erik quanstrom <quanstro@coraid.com> wrote:
> > Also, my sata (intel 82801GB 8086/27c0) isn't recognized from 9load
> > (it "hangs" but prints ctrl-alt-del message) but 9pxeload  works (or
> > used to work). I'll test this more.
>
> what exactly does it print?
>
> what sata/pata devices do you have connected?  from the vid,
> it appears that you have the 82801gb in combined mode where
> sata drives emulate legacy drives.  the first two should be found
> and available through legacy i/o space.  evidently this is causing
> some trouble.
>
> one thing you could try is using bios to enable "enhanced sata mode"
> but nothing else. this should give you the vid 27c4.  perhaps 9load
> would be happy with that configuration.  there appears to be explicit
> support.
>
> this is a chipset that is supported by the sd63xxesb driver.  if you can
> get past 9load, this driver might make things easier for you.  (you'll
> need to compile your own kernel.)  i've had trouble with combined
> mode in my terminal.
>
> - erik
>


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] Re: usb and dns suddenly not working
  2007-05-21 11:45     ` Gabriel Diaz
@ 2007-05-21 11:52       ` erik quanstrom
  0 siblings, 0 replies; 23+ messages in thread
From: erik quanstrom @ 2007-05-21 11:52 UTC (permalink / raw)
  To: 9fans

great.

i'm not sure what options your bios will present you with.  i would
recommend enabling pata, enabling sata enhanced mode but not
enabling the bios support for ahci.  you won't need that with os
support.

- erik


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2007-05-21 11:52 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-25 21:20 [9fans] usb and dns suddenly not working Joel C. Salomon
2007-04-25 21:25 ` erik quanstrom
2007-04-25 21:31   ` Joel C. Salomon
2007-04-25 22:05   ` Joel C. Salomon
2007-04-25 22:07     ` erik quanstrom
2007-04-25 22:29       ` Joel C. Salomon
2007-04-25 22:37         ` geoff
2007-04-25 23:06           ` Joel C. Salomon
2007-04-25 22:32       ` Steve Simon
2007-04-25 22:51         ` Joel C. Salomon
2007-04-25 22:59           ` geoff
2007-04-25 23:11             ` Joel C. Salomon
2007-04-25 23:14               ` erik quanstrom
2007-04-25 23:20                 ` Uriel
2007-04-25 23:22                   ` Skip Tavakkolian
2007-04-25 23:52                     ` Joel C. Salomon
2007-04-25 23:27                   ` Joel C. Salomon
2007-04-25 23:12           ` Russ Cox
2007-04-25 23:25             ` Joel C. Salomon
2007-05-21  8:54 ` [9fans] " Gabriel Diaz
2007-05-21 11:32   ` erik quanstrom
2007-05-21 11:45     ` Gabriel Diaz
2007-05-21 11:52       ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).