Re: Getting slip(4) to work beyond two machines

2020-03-11 Thread Björn Johannesson
Hello On Tuesday, March 10, 2020, 11:54:49 PM GMT+1, Manuel Bouyer wrote: >On Tue, Mar 10, 2020 at 08:45:17PM +0000, Björn Johannesson wrote: [snip] >> On the machine with NIC: >> ifconfig sl0 create >> slattach -s 115200 /dev/tty00 >> ifconfig sl0 inet 192.168.

Getting slip(4) to work beyond two machines

2020-03-10 Thread Björn Johannesson
Hello. I'm trying to connect two machines via slip(4) and then get communication going outside those two. One of the machines have a NIC and I wan't to get the machine behind that one to reach outside. I have done this once long ago and I had jotted down these notes:

Thinkpad R400 no kbd after sleep

2017-08-20 Thread Björn Johannesson
Hi. I recently got a Thinkpad R400 for cheap to replace my failing T61. dmesg here: http://dmesgd.nycbug.org/index.cgi?do=view=3250 It wakes up after S3 sleep and initializes the screen fine however the keyboard doesn't work right. I can change VT with Ctrl-Alt-Fn and get into ddb with

Re: Nouveau for thinkpad t61?

2017-08-03 Thread Björn Johannesson
Hello again. After getting nouveaufb working (and being very happy about that) I proceeded trying Xorg witch also worked \o/. Well sort of anyways. When trying mplayer (-vo xv) and firefox both just show a black window with nothing in it. Booting without nouveau made firefox work and I turned

Re: Nouveau for thinkpad t61?

2017-08-02 Thread Björn Johannesson
Hello. On Wed, 8/2/17, John D. Baker wrote: >See PR kern/52440.  See also the thread:   >http://mail-index.netbsd.org/current-users/2017/06/29/msg031989.html >and continued here:  

Nouveau for thinkpad t61?

2017-08-01 Thread Björn Johannesson
Hi Dug up my old Thinkpad T61 to try out netbsd-8 on it. During boot it the nouveau driver finds the chip and attaches then the screen turns black. It is still alive though, I can ssh to it. There are quite a lot of related error messages in the dmesg. It has a nVIDIA Quadro NVS 140M. Complete

Re: pcmcia scsi

2017-07-31 Thread Björn Johannesson
Hello. On Mon, 7/31/17, J. Hannken-Illjes wrote: >Looks like this should become a quirk.  Could you try an unmodified >kernel with option PCMCIAVERBOSE and post the dmesg? Apparently it did not like me pasting the entire

pcmcia scsi

2017-07-31 Thread Björn Johannesson
Hello. I found an old Adaptec pcmcia scsi adapter in a box. It uses the aic(4) driver but it will not attach during boot/insertion it complains that it is "unable to detect chip!". I found this oneliner patch in the archives: http://mail-index.netbsd.org/netbsd-bugs/2005/12/04/0013.html This

Re: compact flash in pcmcia slot

2014-12-28 Thread Björn Johannesson
and i386 GENERIC would have simplified this enormously. With a suitable comment ofc. Something like # Uncomment if pcmcia cards do not attach #options RBUS_IO_BASE=0xa00 #options RBUS_IO_SIZE=0x0ff Thoughts? /herdware --- On Sat, 12/27/14, Björn Johannesson rherdw...@yahoo.com wrote: From

compact flash in pcmcia slot

2014-12-27 Thread Björn Johannesson
Hi. So I have this Thinkpad T61 with netbsd-7 on it. I put a cf-card in a pcmcia adapter for hpcarm/hpcsh use. However it did not probe it correctly, it did however in another Thinkpad (A31). Both running netbsd-7 kernels. I enabled PCMCIADEBUG and PCMCIACISDEBUG in a GENERIC kernel and this is