9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] how to make hardware work?
@ 2011-01-17 15:23 sergey.kish
  2011-01-17 17:17 ` John Floren
  0 siblings, 1 reply; 14+ 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] 14+ messages in thread
* Re: [9fans] plan9 go output faults on 9vx but ok on cpu
@ 2011-01-16  6:21 kokamoto
  2011-01-17 15:20 ` [9fans] how to make hardware work? sergey.kish
  0 siblings, 1 reply; 14+ messages in thread
From: kokamoto @ 2011-01-16  6:21 UTC (permalink / raw)
  To: 9fans

Ok, now I got the right procedure to run hello.go.

1) do the patch posted here most recently
2) make sure GOOS=plan9 etc
3) at the top of the source tree, that should be $GOROOT/src
4) ./make.bash
   it stops at src/pkg/exec.  Don't mind it
5) 8g hello.go
6) 8l -s -o hello hello.8
7) copy the hello to somewhere in the real Plan 9 file tree
7) cd at the above directory
8) ./hello

Kenji




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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-16  6:21 [9fans] plan9 go output faults on 9vx but ok on cpu kokamoto
2011-01-17 15:20 ` [9fans] how to make hardware work? sergey.kish

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