9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plan9 go output faults on 9vx but ok on cpu
@ 2011-01-11  7:54 Skip Tavakkolian
  2011-01-11 14:11 ` erik quanstrom
                   ` (2 more replies)
  0 siblings, 3 replies; 49+ messages in thread
From: Skip Tavakkolian @ 2011-01-11  7:54 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

hell-o.go is like hello.go but uses println. 8.hell-o works properly
on a plan9 cpu. but it faults when running on 9vx. i built vx32 --
including 9vx -- on a linux/x86-64 from sources in the last couple of
days.

% 8.hell-o
8.hell-o 270: suicide: sys: trap: page fault pc=0x000010bc

/dev/kprint reports:
270 8.hell-o: unhandled fault va=ffffffffdfffefc0 [218f7fc0] eip=10bc
cpu0: registers for 8.hell-o 270
FLAGS=0 TRAP=0 ECODE=0 PC=10BC USP=FFFFF00
  AX 00018D60  BX 0FFFFF8C  CX 00018DF8  DX 0001C608
  SI 0FFFFFA8  DI FFFFFFF8  BP 00000000

-Skip



^ permalink raw reply	[flat|nested] 49+ messages in thread
* [9fans] how to make hardware work?
@ 2011-01-17 15:23 sergey.kish
  2011-01-17 17:17 ` John Floren
  0 siblings, 1 reply; 49+ messages in thread
From: sergey.kish @ 2011-01-17 15:23 UTC (permalink / raw)
  To: 9fans

I've installed Plan 9 on my netbook. There are two things I can't leave
without - internet and music.

My system information collected in Linux and Plan 9, usb/ether output
https://gist.github.com/782904

Ethernet works ok, how to make PPP over USB?  I've found ppp(8),
usb/ether and cinap_lenrek/usbether, zwansch/usbuart in contrib.

    term% usb/ether -D
    usb/ether: fsioproc pid 471
    <- Tversion tag 65535 msize 8216 version '9P2000'
    -> Rversion tag 65535 msize 8192 version '9P2000'
    <- Tauth tag 4 afid 219 uname sergeykish aname
    -> Rerror tag 4 ename permission denied
    <- Tattach tag 4 fid 219 afid -1 uname sergeykish aname
    -> Rattach tag 4 qid (0000000000000000 0 d)
    usb/ether: startdevs: opening #0 [2]
    usb/ether: [2]: can't open endpoint [2]: '[2]' file does not exist
    usb/ether: no device found

I have no idea what to do.
There is no /dev/audio, cat '#A' says hardware isn't soundblaster.

Not so important issues:

* There is no plugged usb disk (which I use to boot)
* I'd like to have wifi
* and accelerated graphics (it is hard to get poulsbo working even on Linux)

How to make it work? Is there tutorials, books? Ruby, Python, JavaScript
and Sh are my primary languages today. Used to program windows
applications on C++ (shame on me).




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

end of thread, other threads:[~2011-01-18 19:23 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11  7:54 [9fans] plan9 go output faults on 9vx but ok on cpu Skip Tavakkolian
2011-01-11 14:11 ` erik quanstrom
2011-01-11 15:06   ` Devon H. O'Dell
2011-01-11 17:03   ` Charles Forsyth
2011-01-11 17:51     ` ron minnich
2011-01-11 19:35       ` Pavel Zholkover
2011-01-11 23:58       ` Charles Forsyth
2011-01-11 16:25 ` ron minnich
2011-01-12  8:32   ` Skip Tavakkolian
2011-01-12 16:12     ` andrey mirtchovski
2011-01-12 22:03       ` ron minnich
2011-01-13  5:54     ` ron minnich
2011-01-14 17:32       ` Pavel Zholkover
2011-01-15  2:00         ` Anthony Martin
2011-01-15  9:47           ` Pavel Zholkover
2011-01-15  9:01         ` kokamoto
2011-01-15  9:19           ` Pavel Zholkover
2011-01-15  9:30           ` lucio
2011-01-15  9:58             ` Pavel Zholkover
2011-01-15 10:29               ` lucio
2011-01-15 10:40               ` lucio
2011-01-15 11:25                 ` Pavel Zholkover
2011-01-16  1:51                   ` kokamoto
2011-01-16  2:04                     ` kokamoto
2011-01-16  6:21                       ` kokamoto
2011-01-17 12:03                         ` kokamoto
2011-01-17 15:20                         ` [9fans] how to make hardware work? sergey.kish
2011-01-16  2:06                     ` [9fans] plan9 go output faults on 9vx but ok on cpu Skip Tavakkolian
2011-01-11 17:03 ` Pavel Zholkover
2011-01-11 18:55   ` Anthony Martin
2011-01-11 19:06     ` Anthony Martin
2011-01-11 22:58     ` ron minnich
2011-01-12 22:31       ` Anthony Martin
2011-01-12 22:36         ` erik quanstrom
2011-01-12 23:28           ` Pavel Zholkover
2011-01-12 23:29         ` Charles Forsyth
2011-01-17 15:23 [9fans] how to make hardware work? sergey.kish
2011-01-17 17:17 ` John Floren
2011-01-17 18:11   ` Nick LaForge
2011-01-17 18:37     ` lsub
2011-01-17 18:52       ` lsub
2011-01-17 19:09   ` Lyndon Nerenberg (VE6BBM/VE7TFX)
2011-01-17 19:35     ` Nick LaForge
2011-01-17 23:27       ` John Floren
2011-01-18  0:01         ` Francisco J Ballesteros
2011-01-18  3:29           ` Nick LaForge
2011-01-18 13:27   ` sergey.kish
2011-01-18 13:53     ` erik quanstrom
2011-01-18 19:23     ` Lyndon Nerenberg (VE6BBM/VE7TFX)

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).