From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 17 Jan 2011 09:17:28 -0800 Message-ID: <871v4bih5j.wl%slawmaster@gmail.com> From: John Floren To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: <56eac4c61fd8307d3cbc935040b20510@gmail.com> References: <56eac4c61fd8307d3cbc935040b20510@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: [9fans] how to make hardware work? Topicbox-Message-UUID: 9d5adb8e-ead6-11e9-9d60-3106f5b1d025 At Mon, 17 Jan 2011 10:23:37 -0500, sergey.kish@gmail.com wrote: > > 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. What exactly do you mean, PPP over USB? If ethernet works fine, why not just plug into a wired connection to your local network? > There is no /dev/audio, cat '#A' says hardware isn't soundblaster. Sound support is extremely limited, unfortunately. There's some AC'97 drivers, and drivers for a few USB audio devices, but that's basically it. If you have neither, you'll have to write the driver yourself. > > Not so important issues: > > * There is no plugged usb disk (which I use to boot) > * I'd like to have wifi Again, if it's not already supported, your options are basically 1. Buy a supported wifi card 2. Write your own driver. I don't think we have WPA support, either, so take that into consideration. > * 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). > > The documentation is on the wiki, such as it is, and in the 9fans archives. Working with Plan 9 as your desktop OS can be a challenge, but it's also rewarding. Good luck! John