Re: SPDIF not working with azalia(4) based card

2021-12-15 Thread Edd Barrett
On Tue, Apr 10, 2018 at 07:28:03AM +0100, Ricardo Mestre wrote:
> I have an azalia(4) based card integrated in my motherboard connected to a
> receiver through SPDIF, but I can't make it output any sound, only if I 
> connect
> the cable to the 3.5mm headphone jack. And yes, I already toggled the
> outputs.mode to digital through mixerctl(1). When I play something audioctl(1)
> shows bytes going through and the receiver blinks, which means something is
> getting there, the sound is just not being output through SPDIF.

I'm digging up this old thread because I've just solved this very issue on my
own desktop.

If it's the same issue as mine, the SPDIF output sends to channels 2 and 3, but
by default sndiod will only use channels 0 and 1.

Adding `-c0:3` to my sndiod flags made it work!

(as already mentioned, you have to also set outputs.mode=digital in mixerctl
too)

Credit where due, I found this solution here:
http://daemonforums.org/showthread.php?t=10953#post66355

-- 
Best Regards
Edd Barrett

https://www.theunixzoo.co.uk



Radeon 7790 Graphics Freezes

2021-04-18 Thread Edd Barrett
Hi,

I'm trying to get one of the two 7790-based Radeon cards that I have
working on OpenBSD:

They both show up like this in dmesg:

radeondrm0 at pci1 dev 0 function 0 "ATI Bonaire" rev 0x00
drm0 at radeondrm0
radeondrm0: msi
radeondrm0: BONAIRE
radeondrm0: 1920x1080, 32bpp

They both work for a time in OpenBSD/XFCE, but eventually the desktop
session freezes. Oddly the mouse pointer still moves, but clicking on
any UI controls does nothing. If sound is playing, it continues to play.
This happens when doing normal 2D desktop stuff, like web browsing.

I found this reddit post which describes the same issue:
https://www.reddit.com/r/openbsd/comments/e077lc/x_freezes_on_my_system_with_radeon_graphics/

The workaround suggested is to kill the XFCE compositor, but I'd rather
not.

I was wondering if anyone here knew anything about this? Is there some
Xorg configuration workaround I could try?

I had hoped to try EXA acceleration, but the card doesn't support it.

(This is all with -current on amd64).

Thanks!

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Thinkpad X1 5th Gen Microphone

2020-05-21 Thread Edd Barrett
On Thu, May 21, 2020 at 11:31:21PM +0200, zeurk...@volny.cz wrote:
> IIRC, at least some Thinkpads have BIOS options for "sensitive" stuff
> like a microphone. Tried looking there?

Yeah I did. Mic is enabled.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Thinkpad X1 5th Gen Microphone

2020-05-21 Thread Edd Barrett
Hi,

On Thu, May 21, 2020 at 08:22:46PM +0200, Eric Auge wrote:
> forgot to ask in my previous mail but did you check your sndioctl settings?
> $ sndioctl
> input.level=0.494
> input.mute=0
> output.level=1.000
> output.mute=0
> app/aucat0.level=1.000
> app/aucat1.level=1.000
> app/mumble0.level=1.000
> app/mumble1.level=1.000

I had a fiddle with those, but I think mixerctl exposes all of those
(albeit under different names) apart from the app-specific controls.

By the way, in your previous mail you had master muted.

I loaded your exact settings, unmuted master, and still nothing.

I think the next step is to try some linux usb image and see if it works
there. If not, I'm suspecting hardware.

I know that a Lenovo engineer has had this machine open when they
recalled the machine due to some dangerous battery-related something or
other. I wonder if they forgot to plug something in...

Anyway, thanks for your help -- much appreciated.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Thinkpad X1 5th Gen Microphone

2020-05-21 Thread Edd Barrett
Hi Eric,

On Thu, May 21, 2020 at 12:50:36PM +0200, Eric Auge wrote:
> Hello Edd,
> 
> All good here, microphone works fine, once I enable recording:
> sysctl kern.audio.record=1

Can you share your output of `mixerctl -a` please so that I can diff it
with mine?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Thinkpad X1 5th Gen Microphone

2020-05-21 Thread Edd Barrett
Hi,

I was wondering if anyone has ever gotten a microphone working with the
built-in azalia chipset of a Thinkpad X1 5th gen (either the internal
mic, or a headset)? I've never managed to get it working.

Default mixerctl settings:

```
inputs.dac-0:1_mute=off
inputs.dac-0:1=198,198
inputs.dac-2:3_mute=off
inputs.dac-2:3=198,198
inputs.beep=108
record.adc-2:3_source=mic
record.adc-2:3_mute=off
record.adc-2:3=126,126
record.adc-0:1_source=mic2
record.adc-0:1_mute=off
record.adc-0:1=126,126
outputs.hp_source=dac-0:1
outputs.hp_boost=off
outputs.hp_eapd=on
outputs.spkr_source=dac-2:3
outputs.spkr_eapd=on
inputs.mic=85,85
outputs.mic_dir=input-vr80
inputs.mic2=85,85
outputs.hp_sense=unplugged
outputs.mic_sense=unplugged
outputs.spkr_muters=hp
outputs.master=199,199
outputs.master.mute=off
outputs.master.slaves=dac-0:1,dac-2:3
record.volume=126,126
record.volume.mute=off
record.volume.slaves=adc-2:3,adc-0:1
record.enable=sysctl
```

With default sndiod flags (i.e. the sole sound card is enabled: rsnd/0),
and of course `sysctl kern.audio.record=1`. Microphone enabled in BIOS.

Using the "Ratchov method", `aucat -o - | aucat -i -` should echo
microphone input back at you. This works for me on my other machine
using a USB headset with a dedicated DAC.

I've tried fiddling various knobs: boosting various mic and record
levels, all of the mic_dir enumerations, toggling various mutes in case
they are inverted. Tried it all again with a headset connected. No joy.

So does it work for someone out there, or is there a bug?

Cheers -- stay sane!

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Jitsi on OpenBSD

2020-03-18 Thread Edd Barrett
Hi all,

On Mon, Mar 16, 2020 at 02:08:10PM +0100, Alexandre Ratchov wrote:
> I haven't used jitsi yet, but other video-converencing web sites
> properly work in firefox. Jitsi claim they support chrome only, but
> according to the settings window's microphone level meter, it's
> properly recording.

Just to update this thread.

I got jitsi working on my desktop machine using a USB headset, but
failed to get it working on my Thinkpad X1 5th gen (with either the
built-in mic, or using a headset in the audio jack).

On my desktop:

 - kern.audio.record=1

 - sndiod_flags="-f rsnd/0 -f rsnd/1" in rc.conf.local.
   (rsnd/1 is the headset)

 - then in your shell rc:
   "alias jitsi='AUDIODEVICE=snd/1 firefox -p jitsi https://meet.jit.si/'"

   Note it's snd/1 not rsnd/1 in the above.

I used a new firefox instance so that only calls go via the headset.

As for video, in firefox, other people can see my video stream, but I
don't see theirs.

If I try the same in chrome, I see other people's video, but they don't
see mine.

Another thing to note is that mouse-overing the firefox window causes
jitsi to fade in a toolbar. That animation causes the audio to skip. I
wish I could kill it!

Nonetheless, that's enough for simple audio calls.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Jitsi on OpenBSD

2020-03-16 Thread Edd Barrett
Hi,

(CC people who may be knowledgable in this area)

I was wondering if anyone has got the Jitsi (https://jitsi.org/)
web-client working on OpenBSD?

It's open-source (and self-hostable) video conferencing.

No prizes for guessing why I'm investigating this :P

I've just (quickly) tried the browser client in firefox:

 - It recognises my microphone and my camera.
 - Thumbnail shows local video feed OK.
 - I can hear audio from an android participant.
 - The android participant cannot hear the audio from the OpenBSD machine.
 - The video is super-flaky on both ends.

Did this, as per firefox README:

 - I have sysctl kern.audio.record=1.
 - I chowned /dev/video0 to me.

This evening I'm going to have a deeper play around (e.g. verify if mic
works in aucat), but if anyone has got this working before, I'd love to
hear what tweaks they had to do.

Could be that the jitsi server is overloaded.

Thanks

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: getty vs. ttyU0

2019-02-12 Thread Edd Barrett
On Sat, Feb 09, 2019 at 06:28:04PM +, Edd Barrett wrote:
> ttyU0  "/usr/libexec/getty std.9600"   vt220   on

For the archives, sthen@ guessed it. You have to add the 'softcar' flag
to your ttyU0 entry in /etc/ttys.

Works a charm.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



getty vs. ttyU0

2019-02-09 Thread Edd Barrett
Hi all,

I'm trying to get a USB->serial adapter serving a login prompt via getty.

Here's the converter in question:

---8<---
uftdi0 at uhub3 port 3 configuration 1 interface 0 "FTDI FT232R USB UART" rev 
2.00/6.00 addr 2
ucom0 at uftdi0 portno 1
--->8---

The following line in /etc/ttys:
---8<---
ttyU0  "/usr/libexec/getty std.9600"   vt220   on
--->8---

Reboot, no login prompt on the client, even after liberally hammering enter.
This is the same as what happened using a prolific cable, but I had assumed
this was a hardware bug, but now I'm not so sure! I know the above procedure
works fine on a Soekris (just using tty00 in place of ttyU0).

Debugging further, manually echoing ASCII down the line using cuaU0 works fine.
I then ran getty under ktrace:

---8<---
ktrace /usr/libexec/getty std.9600 ttyU0
--->8---

It looks to me like opening the device is hanging:
---8<---
...
 20220 gettyNAMI  "/dev"
 20220 gettyRET   unveil 0
 20220 gettyCALL  kbind(0x7f7fb318,24,0xb7092ac1c9c0a609)
 20220 gettyRET   kbind 0
 20220 gettyCALL  kbind(0x7f7fb318,24,0xb7092ac1c9c0a609)
 20220 gettyRET   kbind 0
 20220 gettyCALL  kbind(0x7f7fa878,24,0xb7092ac1c9c0a609)
 20220 gettyRET   kbind 0
 20220 gettyCALL  kbind(0x7f7fb318,24,0xb7092ac1c9c0a609)
 20220 gettyRET   kbind 0
 20220 gettyCALL  chown(0x8bbe8e078f0,0<"root">,0<"wheel">)
 20220 gettyNAMI  "/dev/ttyU0"
 20220 gettyRET   chown 0
 20220 gettyCALL  kbind(0x7f7fb318,24,0xb7092ac1c9c0a609)
 20220 gettyRET   kbind 0
 20220 gettyCALL  chmod(0x8bbe8e078f0,0600)
 20220 gettyNAMI  "/dev/ttyU0"
 20220 gettyRET   chmod 0
 20220 gettyCALL  kbind(0x7f7fb318,24,0xb7092ac1c9c0a609)
 20220 gettyRET   kbind 0
 20220 gettyCALL  revoke(0x8bbe8e078f0)
 20220 gettyNAMI  "/dev/ttyU0"
 20220 gettyRET   revoke 0
 20220 gettyCALL  kbind(0x7f7fb318,24,0xb7092ac1c9c0a609)
 20220 gettyRET   kbind 0
 20220 gettyCALL  nanosleep(0x7f7fb3b8,0x7f7fb3a8)
 20220 gettySTRU  struct timespec { 2 }
 20220 gettySTRU  struct timespec { 0 }
 20220 gettyRET   nanosleep 0
 20220 gettyCALL  kbind(0x7f7fb318,24,0xb7092ac1c9c0a609)
 20220 gettyRET   kbind 0
 20220 gettyCALL  open(0x8bbe8e078f0,0x2)
 20220 gettyNAMI  "/dev/ttyU0"
--->8---

(That's the end of the trace)

That trace snippet corresponds with this chunk of code:
---8<---
if (strcmp(argv[0], "+") != 0) {
chown(ttyn, 0, 0);
chmod(ttyn, 0600);
revoke(ttyn);
/*
 * Delay the open so DTR stays down long enough to be 
detected.
 */
sleep(2);
while ((i = open(ttyn, O_RDWR)) == -1) {
--->8---

https://cvsweb.openbsd.org/src/libexec/getty/main.c?rev=1.51=text/x-cvsweb-markup

Nothing else has the serial line open (but it shouldn't matter anyway, as getty
uses revoke(2) on the device).

---8<---
# fstat | grep ttyU0
# fstat | grep cuaU0  
# 
--->8---

This little C program hangs too (stoppnig getty first obviously):
---8<---
#include 
#include 
#include 

int
main(void)
{
printf("opening\n");
if (open("/dev/ttyU0", O_RDWR) == -1)
err(1, "open");

printf("open ok\n");
}
--->8---

When I kill the program with CTRL+C, a newline is sent to the client.

And the behaviour is the same for a:
```
uplcom0 at uhub3 port 3 configuration 1 interface 0 "Prolific Technology PL2303 
Serial" rev 1.10/2.02 addr 2
ucom0 at uplcom0
```

The above C program does not hang on Soekris using /dev/tty00.

I can repro on 6.4-stable/amd64 and -current/amd64.

I'm out of ideas, so can anyone think of any reason why open(2) on /dev/ttyU0
might block indefinitely?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Pass, gpg2, gpg

2018-12-10 Thread Edd Barrett
On Fri, Dec 07, 2018 at 04:33:36PM +0100, Lucas López wrote:
> Question: How to set gpg, gpg2 as interactive mode *by default*?

I don't use passwordstore, but I do use gpg2 (gpg is a different program
entirely).

If you use gpg2, did you try manually setting a pinentry?
https://wiki.archlinux.org/index.php/GnuPG#pinentry

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



How should vmm hosts access the internet?

2016-10-13 Thread Edd Barrett
Hi,

Since vmm is now enabled, I thought I would have a play.

So far so good, but I've not managed to get the host on the internet
yet.

If I set up a vmm VM on my laptop, we have on the host:

 * iwn0 providing internet access to the host
 * tap0 connected to vio0 in the guest.

What is the reccommended way to give the guest internet access via iwn0?

I thought I could bridge the interfaces using bridge(4), but it seems I
am wrong. (I have a vague recollection that a bridge involving a
wireless interface doesn't do as one might expect, but I don't recall
the exact details).

(I also tried routing between the two interfaces, using static addresses
for tap0 and vio0, then adding a default route in the guest and a static
route in the host. I was able to ping between the host and guest via
tap, but I couldn't ping between subnets.)

(Yep, I have net.inet.ip.forwarding=1).

Cheers

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Freezing VMs on Bytemark Hosting

2016-07-29 Thread Edd Barrett
Hi,

On Fri, Jul 29, 2016 at 08:27:45AM -0700, andrew fabbro wrote:
> You're running on KVM, which probably means you're using virtio.  Have you
> set the 0x2 flag on the vio driver?
> 
> I experienced hangs on my KVM-hosted OpenBSD VMs until I read the vio(4)
> man page:
> 
> http://man.openbsd.org/vio.4
> 
> "The *vio* driver provides support for the virtio(4)
> <http://man.openbsd.org/virtio.4> network interface provided by bhyve, KVM,
> QEMU, and VirtualBox.
> Setting the bit 0x2 in the flags disables the RingEventIndex feature. This
> can be tried as a workaround for possible bugs in host implementations of
> *vio* at the cost of slightly reduced performance."
> 
> An example of how to do this:
> 
> http://blather.michaelwlucas.com/archives/2083

This is very good to know.

However, I don't think this is what I am experiencing. When I started
having problems I switched the VM into "legacy mode". Once I did this,
vio0 became em0, and the problem persisted.

I don't think the issue it network related. The VGA console is not
responsive to key-presses at the login prompt.

Cheers

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Freezing VMs on Bytemark Hosting

2016-07-29 Thread Edd Barrett
On Wed, Jul 27, 2016 at 04:27:00PM +, Mark Lee Smith wrote:
> I have a host running OpenBSD 5.9 -stable on Vultr which has been doing the
> same thing; freezing once a week. Is there any information that I could
> provide if/when it happens again?

Interesting...

Does Vultr use kvm+qemu?

At the moment I am trying to narrow down what the freeze could possibly
be related to. I really have no idea.

I think I am going to throw up another VM and deploy a DEBUG kernel on
it, to see if it gives any clues.

What have you tried so far btw?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Freezing VMs on Bytemark Hosting

2016-07-26 Thread Edd Barrett
Hi,

This is very much off-topic, and a long shot.

I have a VM hosted at Bytemark, which seems to have started freezing
about once a week. It stops responding to the network, and if I bring up
the console, I see the login prompt with a flashing cursor, but it is
not responsive to key-presses.

I have a support ticket open, but we are not sure if it's an OpenBSD
problem, or something on their end. The VM is running 5.9-stable with
all patches applied. FWIW, Bytemark uses KVM + Qemu, so this question may
extend to ARP networks VMs too(?).

Wondering if anyone else here is hosting on Bytemark (or ARP) and had a
similar issue, or even a workaround.

Like I said, long shot.

Cheers

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Sysmerge problem with xetc56.tgz on July 16 amd64 snapshot

2014-07-17 Thread Edd Barrett
FWIW, I have the same here. I also notice that xdm did not start as it
usually does.




On 17 July 2014 02:50, Kent Fritz fritz.k...@gmail.com wrote:

 # sysmerge -x xetc56.tgz
 === Fetching file:///root/xetc56.tgz
 === Fetching file:///root/SHA256.sig
 === Verifying xetc56.tgz against /etc/signify/openbsd-56-base.pub
 === Populating temporary root under /var/tmp/sysmerge.CJzwPVyHXg/temproot
 tar: WARNING! These patterns were not matched:
 ./usr/share/sysmerge/xetcsum
  ERROR: xetc56.tgz: badly formed xetc set, lacks
 ./usr/share/sysmerge/xetcsum

 Indeed, there's no /usr at all in the tarball.  Clue-stick welcome if
 I missed some key warning...

 Thanks,

 Kent.




-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Sysmerge problem with xetc56.tgz on July 16 amd64 snapshot

2014-07-17 Thread Edd Barrett
Ah,

The xdm thing is separate.

Because `sudo sysmerge -s /snap/etc*.tgz -x /snap/xetc*.tgz` bails out I
did not get the recent rc.subr changes.




On 18 July 2014 00:24, Edd Barrett vex...@gmail.com wrote:

 FWIW, I have the same here. I also notice that xdm did not start as it
 usually does.




 On 17 July 2014 02:50, Kent Fritz fritz.k...@gmail.com wrote:

 # sysmerge -x xetc56.tgz
 === Fetching file:///root/xetc56.tgz
 === Fetching file:///root/SHA256.sig
 === Verifying xetc56.tgz against /etc/signify/openbsd-56-base.pub
 === Populating temporary root under /var/tmp/sysmerge.CJzwPVyHXg/temproot
 tar: WARNING! These patterns were not matched:
 ./usr/share/sysmerge/xetcsum
  ERROR: xetc56.tgz: badly formed xetc set, lacks
 ./usr/share/sysmerge/xetcsum

 Indeed, there's no /usr at all in the tarball.  Clue-stick welcome if
 I missed some key warning...

 Thanks,

 Kent.




 --
 Best Regards
 Edd Barrett

 http://www.theunixzoo.co.uk




-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: X200 tablet doesn't work

2014-07-14 Thread Edd Barrett
 not configured
em0 at pci0 dev 25 function 0 Intel 82579LM rev 0x04: msi, address
3c:97:0e:a5:02:69
ehci0 at pci0 dev 26 function 0 Intel 7 Series USB rev 0x04: apic 2 int 16
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
azalia0 at pci0 dev 27 function 0 Intel 7 Series HD Audio rev 0x04: msi
azalia0: codecs: Realtek ALC269, Intel/0x2806, using Realtek ALC269
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 Intel 7 Series PCIE rev 0xc4: msi
pci1 at ppb0 bus 2
sdhc0 at pci1 dev 0 function 0 Ricoh 5U822 SD/MMC rev 0x07: apic 2 int 16
sdmmc0 at sdhc0
ppb1 at pci0 dev 28 function 1 Intel 7 Series PCIE rev 0xc4: msi
pci2 at ppb1 bus 3
iwn0 at pci2 dev 0 function 0 Intel Centrino Wireless-N 2200 rev 0xc4:
msi, MIMO 2T2R, BGN, address 9c:4e:36:b8:f8:f8
ppb2 at pci0 dev 28 function 2 Intel 7 Series PCIE rev 0xc4: msi
pci3 at ppb2 bus 4
ehci1 at pci0 dev 29 function 0 Intel 7 Series USB rev 0x04: apic 2 int 23
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 Intel EHCI root hub rev 2.00/1.00 addr 1
pcib0 at pci0 dev 31 function 0 Intel QM77 LPC rev 0x04
ahci0 at pci0 dev 31 function 2 Intel 7 Series AHCI rev 0x04: msi, AHCI
1.3
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: ATA, Crucial_CT240M50, MU02 SCSI3 0/direct
fixed naa.500a0751093c44b5
sd0: 228936MB, 512 bytes/sector, 468862128 sectors, thin
ichiic0 at pci0 dev 31 function 3 Intel 7 Series SMBus rev 0x04: apic 2
int 18
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
spdmem1 at iic0 addr 0x51: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
uhub2 at uhub0 port 1 Intel Rate Matching Hub rev 2.00/0.00 addr 2
uhidev0 at uhub2 port 2 configuration 1 interface 0 Microsoft
Microsoft\M-. 2.4GHz Transceiver v9.0 rev 2.00/7.67 addr 3
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub2 port 2 configuration 1 interface 1 Microsoft
Microsoft\M-. 2.4GHz Transceiver v9.0 rev 2.00/7.67 addr 3
uhidev1: iclass 3/1, 26 report ids
uhid0 at uhidev1 reportid 18: input=0, output=0, feature=1
uhid1 at uhidev1 reportid 23: input=0, output=0, feature=1
ums0 at uhidev1 reportid 26: 5 buttons, Z dir
wsmouse1 at ums0 mux 0
uhidev2 at uhub2 port 2 configuration 1 interface 2 Microsoft
Microsoft\M-. 2.4GHz Transceiver v9.0 rev 2.00/7.67 addr 3
uhidev2: iclass 3/0, 39 report ids
uhid2 at uhidev2 reportid 3: input=1, output=0, feature=0
uhid3 at uhidev2 reportid 7: input=7, output=0, feature=0
uhid4 at uhidev2 reportid 32: input=0, output=0, feature=18
uhid5 at uhidev2 reportid 33: input=2, output=0, feature=0
uhid6 at uhidev2 reportid 34: input=0, output=0, feature=26
uhid7 at uhidev2 reportid 35: input=0, output=0, feature=26
uhid8 at uhidev2 reportid 36: input=0, output=0, feature=31
uhid9 at uhidev2 reportid 37: input=0, output=0, feature=31
uhid10 at uhidev2 reportid 38: input=0, output=0, feature=31
uhid11 at uhidev2 reportid 39: input=31, output=0, feature=0
ugen0 at uhub2 port 4 Broadcom Corp BCM20702A0 rev 2.00/1.12 addr 4
uvideo0 at uhub2 port 6 configuration 1 interface 0 Chicony Electronics
Co., Ltd. Integrated Camera rev 2.00/5.20 addr 5
video0 at uvideo0
uhub3 at uhub1 port 1 Intel Rate Matching Hub rev 2.00/0.00 addr 2
uhidev3 at uhub3 port 5 configuration 1 interface 0 Tablet ISD-V4 rev
1.10/6.11 addr 3
uhidev3: iclass 3/1, 2 report ids
ums1 at uhidev3 reportid 1: 2 buttons
wsmouse2 at ums1 mux 0
ums2 at uhidev3 reportid 2: 3 buttons, tip, barrel, eraser
wsmouse3 at ums2 mux 0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (a81068940d057f4c.a) swap on sd0b dump on sd0b



On 13 July 2014 15:17, Adam Thompson athom...@athompso.net wrote:

 Unfortunately, it's a known issue.  The X200's integrated Wacom device
 still uses a serial protocol, for which there is currently no support in
 OpenBSD.
 The X60 and X201 are both affected also.  I believe the X210 switched to a
 USB device which does work.
 There once was support AFAIK, but our X11 changed, so did the Linux X11,
 and porting the driver became impossible at some point.  Since this only
 affects about a dozen users (on-list, anyway) and no developers or X11
 maintainers, no progress has been made.
 -Adam
 --
 Sent from my Android device with K-9 Mail. Please excuse my brevity.




--
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Thinkpad X230t convertible and openbsd

2013-05-09 Thread Edd Barrett
On Wed, May 08, 2013 at 01:28:05PM +0200, David Coppa wrote:
 It depends if it is a serial wacom tablet or a usb one.
 
 See:
 http://openbsd.7691.n7.nabble.com/X60-Tablet-Wacom-Atheros-5213-amp-others-td67571.html#a67575

Hmm, I am not sure to be honest.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Thinkpad X230t convertible and openbsd

2013-05-08 Thread Edd Barrett
On Tue, May 07, 2013 at 08:22:17PM -0400, Ted Unangst wrote:
 On Tue, May 07, 2013 at 23:47, Edd Barrett wrote:
 
  I see it has one of those useless intel wireless cards too. Can this be
  swapped out easily? If not I can use my urtwn dongle.
 
 Depends on why you think it's useless. After the first boot, fw_update
 will get the firmware for it, and then it should work just fine.

It's not the availability of the firmware that bothers me about Intel
wireless. I have had laptops with iwi and iwn cards (thinkpads) and
I found that the firmware crashes frequently. I have always swapped
them out for ral, ath or urtwn.

 All Lenovo systems have a BIOS whitelist of permitted wireless cards,
 although for many laptop models that turns out to be only variants of
 iwn anyway.

misc/tpwireless ;)

I am more interested in the touchscreen support at this stage. The X230t
has one of those pressure sensitive wacom screens. I see FreeBSD has a
Wacom driver, but we don't. Maybe you don't need a driver for the base
functionality...

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Thinkpad X230t convertible and openbsd

2013-05-07 Thread Edd Barrett
Hi,

I'm starting a new job and have the option to choose a new laptop.

I read a lot of papers in PDF form and have been using print/xournal
for anotations. Annotating with the mouse sucks a bit. I wonder if these
convertible thinkpads are any good for this.

Does anyone own this:
http://shop.lenovo.com/gb/en/laptops/thinkpad/x-series/x230t/

Is the touchscreen supported? Does it work well?

Is anything else unsupported?

I see it has one of those useless intel wireless cards too. Can this be
swapped out easily? If not I can use my urtwn dongle.

Cheers

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



urtwn0 firmware crashes

2012-06-16 Thread Edd Barrett
Hi,

I am not sure if this is known, nothing obvious on a quick google (it had to be 
a quick google, read on).

I use a usb urtwn card:
urtwn0 at uhub1 port 2 Realtek 802.11n WLAN Adapter rev 2.00/2.00 addr 2
urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R, address 00:1f:1f:fe:c1:02


Whenever I visit my folks, it throws a hissy fit after about a minute or so of
usage:

iwn0: fatal firmware error
firmware error log:
  error type  = NMI_INTERRUPT_WDG (0x0004)
  program counter = 0x046C
  source line = 0x00D0
  error data  = 0x00020243
  branch link = 0xC42204C2
  interrupt link  = 0x06DA16AA
  time= 135822661
driver status:
  tx ring  0: qid=0  cur=8   queued=0  
  tx ring  1: qid=1  cur=0   queued=0  
  tx ring  2: qid=2  cur=0   queued=0  
  tx ring  3: qid=3  cur=0   queued=0  
  tx ring  4: qid=4  cur=40  queued=0  
  tx ring  5: qid=5  cur=0   queued=0  
  tx ring  6: qid=6  cur=0   queued=0  
  tx ring  7: qid=7  cur=0   queued=0  
  tx ring  8: qid=8  cur=0   queued=0  
  tx ring  9: qid=9  cur=0   queued=0  
  tx ring 10: qid=10 cur=0   queued=0  
  tx ring 11: qid=11 cur=0   queued=0  
  tx ring 12: qid=12 cur=0   queued=0  
  tx ring 13: qid=13 cur=0   queued=0  
  tx ring 14: qid=14 cur=0   queued=0  
  tx ring 15: qid=15 cur=0   queued=0  
  rx ring: cur=61
  802.11 state 4

After this, the interface is not usable, but running dhclient again
seems to bring the interface back (for a minute or so).

Anyone seen this? I can bring the interface to g2k12 if someone needs to
experiment.

Cheers

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: urtwn0 firmware crashes

2012-06-16 Thread Edd Barrett
On 16/06/2012, Edd Barrett vex...@gmail.com wrote:
 Hi,

 I am not sure if this is known, nothing obvious on a quick google (it had to
 be a quick google, read on).

Ignore this. There was a bug in my script.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: CF ethernet hardware

2011-08-10 Thread Edd Barrett
On 9 August 2011 20:56, Dale Rahn dr...@dalerahn.com wrote:
 On Tue, Aug 09, 2011 at 12:50:34PM +0100, Edd Barrett wrote:
 Has anyone tried something like this under openbsd?


http://www.ebay.co.uk/itm/TRENDnet-10-100-Mbps-CompactFlash-Fast-Ethernet-Ada
pter-/330598595618?pt=LH_DefaultDomain_3hash=item4cf9363c22#ht_500wt_1156

 Need connectivity for a zaurus.

 --
 Best Regards
 Edd Barrett

 http://www.theunixzoo.co.uk


 Cannot comment on that specific card, but Buffalo LPC-CF_CLT (10Mb only?)
 and Hawking 10/100M H-CF686TX work fine.

 Dale Rahn B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  dr...@dalerahn.com


Hmm,

I actually realised that I had a Edimax EW-7811Un (urtwn(4)), which I
use all the time on my i386 netbook. Under zaurus/5.0 this turns up as
a ugen0 :(

I also noted that there is a cdce(4) interface showing up on the
zaurus. I presume this needs a special usb cable. The one that came
with the zaurus is a proprietary serial cable.

--
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: CF ethernet hardware

2011-08-10 Thread Edd Barrett
On 10 August 2011 11:23, Stuart Henderson st...@openbsd.org wrote:
 I actually realised that I had a Edimax EW-7811Un (urtwn(4)), which I
 use all the time on my i386 netbook. Under zaurus/5.0 this turns up as
 a ugen0 :(

 that's not enough details to be a useful report - make sure you're
 using a powered hub as the power from the Z is very limited.

This is true, I was trying it in a rush before dashing out the door thismorning.


 I also noted that there is a cdce(4) interface showing up on the
 zaurus. I presume this needs a special usb cable. The one that came
 with the zaurus is a proprietary serial cable.

 I think you can just plug that in to a PC with a regular mini usb cable.

Great, will try it later.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



CF ethernet hardware

2011-08-09 Thread Edd Barrett
Has anyone tried something like this under openbsd?

http://www.ebay.co.uk/itm/TRENDnet-10-100-Mbps-CompactFlash-Fast-Ethernet-Adapter-/330598595618?pt=LH_DefaultDomain_3hash=item4cf9363c22#ht_500wt_1156

Need connectivity for a zaurus.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: CF ethernet hardware

2011-08-09 Thread Edd Barrett
Excellent! I did try man -k on the manufacturer, but I guess I did it wrong.
Cheers

--
Edd Barrett

Excuse my top-post, I'm mailing from my phone.
On Aug 9, 2011 1:18 PM, David Coppa dco...@gmail.com wrote:
 On Tue, Aug 9, 2011 at 1:50 PM, Edd Barrett vex...@gmail.com wrote:
 Has anyone tried something like this under openbsd?


http://www.ebay.co.uk/itm/TRENDnet-10-100-Mbps-CompactFlash-Fast-Ethernet-Adapter-/330598595618?pt=LH_DefaultDomain_3hash=item4cf9363c22#ht_500wt_1156

 Need connectivity for a zaurus.

 Yes, it is supported by ne(4).
 It's even explicitly stated in the ne(4) manpage that the TRENDnet
 TE-CF100 is supported, so don't worry ;)

 ciao,
 David



quick nfs question: r/w issues on different disk

2011-03-13 Thread Edd Barrett
Hi,

I have here an NFS server which will only serve up read-write exports when they
are on /dev/wd0a. I tried for ages to serve up a path under /vol/tomb (which is
on /dev/wd1b) and clients are told the fs is read-only upon attempting to write.

Serving up from /nports is fine.
/nports -alldirs -mapall=edd:users -network=192.168.1 -mask=255.255.255.0

/dev/wd0a on / type ffs (NFS exported, local)
/dev/wd0d on /home type ffs (local, nodev, nosuid)
/dev/wd1b on /vol/tomb type ffs (NFS exported, local, nodev, nosuid)

Why would this be? I can't see anything in the exports manual page regarding
nodev or nosuid. I am sure I have served up nfs from 1 disk on the same system
before... Or maybe not.

Odd.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: quick nfs question: r/w issues on different disk

2011-03-13 Thread Edd Barrett
On Sun, Mar 13, 2011 at 06:40:56PM +, Edd Barrett wrote:
 /dev/wd0a on / type ffs (NFS exported, local)

Wahh. Bad!

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: developing openbsd?

2010-08-08 Thread Edd Barrett
On Sun, Aug 08, 2010 at 08:23:03AM +, Jay K wrote:
 I've looked all over www.openbsd.org.
 Any sort of guide/projects for new wannabe developers?

Find something missing and implement it.

I find myself sshing to linux boxes to valgrind things, so how about a leak
checker for OpenBSD? And no.. not a valgrind port, somthing our own.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Dynamic Tracing

2010-07-06 Thread Edd Barrett
On Sat, Jul 03, 2010 at 12:26:14AM -0700, Luis Useche wrote:
 Hi Guys,
 
 I googled this a bit but I couldn't find anything. I just want to check if
 there is a dynamic tracing tool for OpenBSD. Similar tools are kprobes for
 Linux or DTrace for Solaris.

Could be an interesting project for someone.

Although not the same, we do have ktrace(1) which is similar to truss or
strace.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: OpenBSD Makes Other Things Better (Advocacy)

2010-06-24 Thread Edd Barrett
On Wed, Jun 23, 2010 at 04:56:09PM -0600, Daniel Melameth wrote:
 While most of us already know how the subject rings true, I still found the
 following from REBOL's CTO's public blog post interesting nonetheless (I've
 never used REBOL):
 
 This was an interesting build, because it exposed a unique bug due to the
 more secure methods of memory allocation on OpenBSD. Debugging it took some
 time but was worth the effort. The bug has now been fixed and will be part
 of the A100 releases for all platforms.
 
 The minor blog post is available at http://www.rebol.net/r3blogs/0321.html.

Also I have found some bugs in both mutt and tex live with OpenBSD's
J malloc flag.

Great stuff

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: OpenBSD 4.7 pictures

2010-05-15 Thread Edd Barrett
On Thu, May 13, 2010 at 11:07 AM, Wolf Stettler wolfstett...@bluewin.ch wrote:
 http://pubwww.hsz-t.ch/~wstettle/

Now get OpenBSD served to your sunray :) Wish sun had opened the protocol :\

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: *BSD meetup, London May 27th

2010-05-15 Thread Edd Barrett
On Tue, May 11, 2010 at 1:44 PM, Sevan / Venture37 ventur...@gmail.com wrote:
 Hi Guys
 Some of us are meeting at the Barrowboy  Banker by London bridge on
 the 27th this month, 7pm
 More details here:
 http://mailman.uk.freebsd.org/pipermail/ukfreebsd/2010-May/012735.html


 Sevan / Venture37



Anyone considering this?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



anyone using a bktr on -current?

2010-04-19 Thread Edd Barrett
Hi,

If someone is using a bktr on -current, could they mail me off-list to help test
an mplayer patch.

Thanks

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: OpenBSD 4.7 pre-orders are live!

2010-03-14 Thread Edd Barrett
On Sun, Mar 14, 2010 at 2:42 AM, Jason Dixon ja...@dixongroup.net wrote:
 https://https.openbsd.org/cgi-bin/order?CD47=1CD47%2b=Add

Is anyone from openbsd europe on this list? I have some problems with
my pre-order and the contact email page doesnt work on the site.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: OpenBSD 4.7 pre-orders are live!

2010-03-14 Thread Edd Barrett
On Sun, Mar 14, 2010 at 4:25 PM, Igor Sobrado igor.sobr...@gmail.com wrote:
 You may try
 contacting with Mr. Foy by email if the form does not work (the email
 address is at the bottom of the contact page).

Have done, thanks

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: OpenBSD Volunteer needed today in Los Angeles

2010-02-21 Thread Edd Barrett
Hi Michael,

On Sat, Feb 20, 2010 at 7:19 PM, Michael Dexter dex...@bsdfund.org wrote:
 OpenBSD has a booth at the SCaLE conference in Los Angeles and no one
 appears to be available to staff it.

 It's a great conference and I highly recommend someone drop by to staff
 it Saturday and Sunday.

Although I am unable to attend this conference, I was speaking the
other day with devs about having booths at european conferences. Are
you involved in this kind of thing?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Current fails to boot a Dell R300

2010-01-04 Thread Edd Barrett
On Mon, Jan 04, 2010 at 04:17:31PM -0600, Bryan wrote:
 I posted something earlier today about it as well...

The devs know about this.

Apparently some SCSI changes in the kernel broke this.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Sparc u5

2010-01-01 Thread Edd Barrett
On Thu, Dec 31, 2009 at 03:48:21PM +, Sevan / Venture37 wrote:
 On 31/12/2009 12:08, Edd Barrett wrote:
 PS.
 The solaris installer is dumb and will probably fail to detect a disk
 with a BSD disk label on it. There is another step you will need to do
 in the 'format' utility in solaris related to the partition table. I
 forget the exact details. Go googling.
 
 
 http://www.geeklan.co.uk/?p=61

That's the one!

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Sparc u5

2009-12-31 Thread Edd Barrett
On Wed, Dec 30, 2009 at 09:24:04PM -0800, Allen wrote:
 I've got a sparc u5 with running openbsd. I need to re-install Solaris on
 this system. It's been a long time since I've worked on this system, and I'm
 having trouble booting to the Solaris cd. I can't get the system to boot to
 the original openbsd disk that I used to install the OS.
 
 Is this the operating systems that is preventing me from booting to cd? I
 can mount the cd after booting to openbsd and see the contents of the cd, I
 thought that might be a helpful piece of information.
 

How are you booting the cdrom? Usually 'boot cdrom' is enough, but you
may have messed up your device aliases.

You could try 'show-disks', select the cdrom, then type 'boot ' followed
by CTRL+Y. This should insert the full hardware address of the cdrom.
Try this then if that does not work, try adding ':f' on the end.

Having said that, the u5 may have an old openboot version with no show-disks
support.

Failing this, try a netboot?

PS.
The solaris installer is dumb and will probably fail to detect a disk
with a BSD disk label on it. There is another step you will need to do
in the 'format' utility in solaris related to the partition table. I
forget the exact details. Go googling.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: viewing non-Youtube embedded video

2009-12-20 Thread Edd Barrett
On Sun, Dec 20, 2009 at 3:39 PM, Ed Ahlsen-Girard eagir...@cox.net wrote:
 The mplayer plug-in with HQTube works quite well on Youtube, I'll
 grant, but most of the video that interests me is news related stuff
 that I find on other sites. B Mplayerplug-in + HQTube does not often work
 here.

Not sure if gecko-mediaplayer helps?

--
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: viewing non-Youtube embedded video

2009-12-20 Thread Edd Barrett
On Sun, Dec 20, 2009 at 9:44 PM, Ed Ahlsen-Girard eagir...@cox.net wrote:
 On Sun, 20 Dec 2009 18:35:29 +
 Edd Barrett vex...@gmail.com wrote:

 On Sun, Dec 20, 2009 at 3:39 PM, Ed Ahlsen-Girard eagir...@cox.net
 wrote:
  The mplayer plug-in with HQTube works quite well on Youtube, I'll
  grant, but most of the video that interests me is news related stuff
  that I find on other sites. B Mplayerplug-in + HQTube does not often
  work here.

 Not sure if gecko-mediaplayer helps?


 OK, per my last, it doesn't seem to change anything. B Does
 Gecko-mediaplayer want to run under gnome (which I don't use)?

It uses gnome-mplayer, which apparently does not link gnome. But you
could have found that yourself.

--
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: Xconsole using Xfce

2009-10-19 Thread Edd Barrett
On Tue, Oct 20, 2009 at 02:15:28AM +0200, Morten Juhl-Johansen Zvlde-Fejir 
wrote:
 Dear all,
 I have installed the new OpenBSD - and am now toying with a shiny new
 desktop.
 I am using Xfce, but I am wondering about one thing: I keep getting a
 status Xconsole. Could anyone point me to how I might disable that?

'pkill xconsole' in ~/.xsession is what I used to do.

Either that or remove it from Xsetup_0 in /usr/X11R6 someplace.

-- 
Best Regards
Edd Barrett

http://students.dec.bmth.ac.uk/ebarrett



objdump -g

2009-09-24 Thread Edd Barrett
Hi,

Does anyone know the trick to using objdump -g?

edd% make
egcc -O0 -g   -o world world.c 
objdump -dg world  world.dis
objdump: world: no recognized debugging information

I tried this on gcc3 and 4. I would really like to use this.

Thanks

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: OT: Laptop advice. SSD costs.

2009-09-17 Thread Edd Barrett
On Wed, Sep 16, 2009 at 7:25 PM, Amarendra Godbole
amarendra.godb...@gmail.com wrote:
 Be careful with X60, since it has *known* heating issues for the
 wireless (intel one)

Heh, well here I am typing on an x60 running windows. I will be
replacing the wireless card with a ral anyways, so let's hope that
might cure the overheating?

Thanks for the info.

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



OT: Laptop advice. SSD costs.

2009-09-14 Thread Edd Barrett
Hi,

As some of you may know, my beloved x31 thinkpad went pop last week
and needs a new system board :( Not worth the effort in replacing.

I have located someone willing to sell me an X41 tablet at a very
affordable price, however this is the model with the sucky hitachi
disk. I have seen that you can get SSD adaptors for X41's and slap an
SSD in there, but I am not really sure if it is wise, as SSD disks
seems to be rather expensive.

My questions:
a) Is there anywhere you can get SSD's for cheaper than 100GBP. I only
really need 60GB or so.
b) Any other comments?

Thanks

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: OT: Laptop advice. SSD costs.

2009-09-14 Thread Edd Barrett
Hi,

On Mon, Sep 14, 2009 at 4:35 PM, Dan Harnett dan...@harnett.name wrote:
 At least here, one could get a used X60 for the cost of the 128GB drive.

Yes, I think this is my new plan. Would have been nice to have the
tablet, but it's not essential.

Thanks to all that replied.


-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: OpenBSD hacking

2009-09-11 Thread Edd Barrett
On Thu, Sep 10, 2009 at 4:32 PM, Luis Useche use...@gmail.com wrote:
 Edd: I haven't seen anything like a snapshot in FFS. I think snapshots
 come really unnatural to FFS-like file systems.

NetBSD and FreeBSD have them :)

 This is usually
 implemented in COW file systems. For this reason, I was also thinking
 on porting LFS from NetBSD and include the snapshoting functionality.
 But again, I thought this could probably be somewhat complicated. It
 could be a future project though.

I very much doubt anyone would want to switch from FFS. Keep it simple.

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: OpenBSD hacking

2009-09-11 Thread Edd Barrett
On Fri, Sep 11, 2009 at 1:47 PM, Luis Useche use...@gmail.com wrote:
 On Fri, Sep 11, 2009 at 4:29 AM, Edd Barrett vex...@gmail.com wrote:
 On Thu, Sep 10, 2009 at 4:32 PM, Luis Useche use...@gmail.com wrote:
 Edd: I haven't seen anything like a snapshot in FFS. I think snapshots
 come really unnatural to FFS-like file systems.

 NetBSD and FreeBSD have them :)

 I found it. You were right. It looks nice. However, it is somewhat
 limited. It can only perform a maximum of 20 snapshots. It is a matter
 of take a look to the implementation and see if there is some
 workaround.

In FreeBSD it's #defined in some header file. You can up it to
whatever you want.

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: OpenBSD hacking

2009-09-10 Thread Edd Barrett
Hi,

On Thu, Sep 10, 2009 at 8:23 AM, Claudio Jeker cje...@diehard.n-r-g.com wrote:
 I think that the assumptions made by the FS2 paper are outdated.

FFS snapshots could be implemented (if not already done).

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: strange (?) ssh user

2009-08-21 Thread Edd Barrett
Hi,

On Fri, Aug 21, 2009 at 6:54 AM, Uwe Dippeludip...@uniten.edu.my wrote:
 Yes. Like
 Accepted password for isuser from XXX.XX.XX.XX port 61802 ssh2

 To be clear, the user exists, and logged on the last time three days ago as
 far as 'last' is concerned.

This sounds very fishy. I would start backing up if I were you.

You said first that last says the user had not logged on, but now that
it has 3 days ago? Is the user covering up his/her traces or was that
a typo?

See what the user is doing and what is in his/her home directory. Try
to find information about the machine which it is coming from.

Change the root password and re-mount important partitions read-only
until you find what this is all about?

Good luck. And report back what it was. I would be interested to know.

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Use memory as disk

2009-08-21 Thread Edd Barrett
Hi,

On Fri, Aug 21, 2009 at 1:03 PM, obvvbooo
obvvbbvvb...@googlemail.com wrote:
 Hi,

 Is there a way to use memory as a disk/partition? Such as mount it to
 /mnt/mem or such things. I can't find information of this in the man pages
 and after googled, I found rd for OpenBSD, which seems similar with md
 in FreeBSD. But still not useful. Anybody help?

man rd?


-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Is anyone using the TeX Live DVD binaries for OpenBSD?

2009-08-20 Thread Edd Barrett
On 8/20/09, Igor Sobrado igor.sobr...@gmail.com wrote:
 Thoughts? (Sorry if this is such a sketchy report, but I'm pressed for
 time right now!)

 we have a few problems here too (using TeX Live in both OpenBSD 4.6
 and -current, on i386 and amd64); i would suggest sending a detailed
 bug report to the TeX Live developers at this mailing list:

Ok, we need to consult upstream. Do you want to do that or shall I?

tex-l...@tug.org.

Does this happen on tl-2009? (the svn version)


 (if these bugs are unknown, it is a good time to report them as TeX
 Live 2009 is being developed yet.)

It's frozen. Sorry. I will be working on this at p2k9 (probably).

 TeX distributions have been stable
 for decades; however, in the last years these distributions have grown
 out of control. we cannot expect a software package to require 1 GB
 and being stable yet. there is no way for so large packages to be
 fully tested. i do most of my work using either plain TeX or LaTeX2e.

Yup. It's a big problem. I have been musing about a hybrid
texlive/miktex package which downloads stuff as needed, but I decided
against it.


 XML support is a relatively new feature, so we should expect it being
 experimental.

 i would certainly be happy with a small TeX distribution that supports
 only plain TeX and LaTeX2e and a very small subset of packages. other
 packages can be easily imported from CTANs, and new features are...
 well... experimental yet.

It's called -minimal :P That is equivilent to tetex. You can then make
your own texmf tree in your home dir.

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: de facto standards (Re: 4.6 will be released on October 1st?)

2009-08-19 Thread Edd Barrett
On 8/19/09, Lars Nooden lars.cura...@gmail.com wrote:
 Peter Hessler wrote:
 what does this have to do with the openbsd release?

Quite! What does this have to do with it?

I just wanted to add that these open source codecs are not a clear
comparison to flash (as a piece of software), as flash includes
interactivity stuff with actionscript etc. Although I expect this can
be emulated to some degree with Javascript and theora in a browser
(?).

Anyway, I have not used flash on my main desktop install for years and
I have gotten by OK.

A nickel for everytime some linux/windows user said to me What?
OpenBSD doesnt support flash? :) No... the other way round silly..
Sigh...

I apologise for feeding the thread.

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Mimi UM-740 touchscreen for OpenBSD

2009-08-13 Thread Edd Barrett
Hai,

On Wed, Aug 12, 2009 at 8:50 PM, William
Frenchwilldabea...@googlemail.com wrote:
 udl0 at uhub5 port 4 DisplayLink nanovision MiMo rev 2.00/0.07 addr 5
 wsdisplay1 at udl0 mux 1
 wsdisplay1: screen 0 added (std, vt100 emulation)

So theres 2 things you could do to test this:

a) Get a console running on it as a test. Maybe you can make a virtual
terminal with wsconsctl/wsconscfg. Look at what wsdisplay0 has
configured:

wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)

So I wonder if you can do the same on wdisplay1? You may need to
change /etc/ttys? Does someone know how this is done?

b) Get X working, but I have no idea how that would be achieved. Maybe
someone else knows?

Sorry for being so vague.

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Q: How to shop for a laptop to run OpenBSD?

2009-08-09 Thread Edd Barrett
On Sun, Aug 09, 2009 at 09:19:11PM +0300, Ali M. wrote:
 Greetings,
 
 I will (hope) to buy a new laptop in a couple of months, how to make
 sure that the one I pick will work under OpenBSD.

Get a thinkpad, and replace the wireless card :)

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: Q: How to shop for a laptop to run OpenBSD?

2009-08-09 Thread Edd Barrett
On Sun, Aug 09, 2009 at 02:54:21PM -0400, Samuel Baldwin wrote:
 2009/8/9 Edd Barrett vex...@gmail.com:
  Get a thinkpad, and replace the wireless card :)
 Why? The wireless card on my T61 works wonderfully with both OpenBSD
 and Arch Linux. (Although much better with OpenBSD.)

I had an R51e and now a x31, which both shipped with iwi driven cards,
and they *suck*! Even my friends using linux and windows hate them.

Also you have to do the firmware dance.

I have a ral, which seems to work well as a client, but not in hostap
mode so well. Remember if you do want to change the wifi card in a
thinkpad, use tpwireless to unlock the bios check.

Thanks

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: complete restore using NFS

2009-08-05 Thread Edd Barrett
Hi,

On Mon, Aug 3, 2009 at 10:21 AM, Stuart Hendersons...@spacehopper.org wrote:
 NFS isn't available on the install media,

 It is on some install media.


Try a BSDanywhere livecd?

http://bsdanywhere.org/


-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Mimi UM-740 touchscreen for OpenBSD

2009-08-04 Thread Edd Barrett
Hey Guys,

On Mon, Aug 3, 2009 at 10:30 PM, William
Frenchwilldabea...@googlemail.com wrote:
 I have had a go at changing the code base you guys have already coded (big
 thanks by the way). Ive included my patch in this email and the output from
 usbdevs -v

If I remember correctly, your patch makes the screen show as
wsdisplay1, is that correct? I would not know how to get that to be
used as the console. Any ideas?


-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Mimi UM-740 touchscreen for OpenBSD

2009-07-28 Thread Edd Barrett
Hello,

My friend is looking to use this small touchscreen for a project he is
doing. The model is: Mimo UM-740, which he was hoping would be attaching
to the udl(4) driver. Does anyone know if this screen is based on the
dl-120/dl-160 chipset?

I have attached a dmesg, the screen was plugged in to my thinkpad. As
you can see, the mouse and camera are happy, the display itself is not.

Thanks
-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett
OpenBSD 4.6 (GENERIC) #58: Thu Jul  9 21:24:42 MDT 2009
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Pentium(R) M processor 1700MHz (GenuineIntel 686-class) 1.70 
GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,TM,SBF,EST,TM2
real mem  = 1072656384 (1022MB)
avail mem = 1028411392 (980MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 09/22/05, BIOS32 rev. 0 @ 0xfd750, SMBIOS 
rev. 2.33 @ 0xe0010 (57 entries)
bios0: vendor IBM version 1QET97WW (3.02 ) date 09/22/2005
bios0: IBM 2673W7Z
apm0 at bios0: Power Management spec V1.2
apm0: battery life expectancy 100%
apm0: AC on, battery charge high
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 2.1 @ 0xfd6e0/0x920
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdea0/272 (15 entries)
pcibios0: PCI Interrupt Router at 000:31:0 (Intel 82371FB ISA rev 0x00)
pcibios0: PCI bus #6 is the last bus
bios0: ROM list: 0xc/0x1 0xd/0x1000 0xd1000/0x1000 0xdc000/0x4000! 
0xe/0x1
cpu0 at mainbus0: (uniprocessor)
cpu0: Enhanced SpeedStep 1699 MHz: speeds: 1700, 1400, 1200, 1000, 800, 600 MHz
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
io address conflict 0x5800/0x8
io address conflict 0x5808/0x4
io address conflict 0x5810/0x8
io address conflict 0x580c/0x4
pchb0 at pci0 dev 0 function 0 Intel 82855PM Host rev 0x03
intelagp0 at pchb0
agp0 at intelagp0: aperture at 0xd000, size 0x1000
ppb0 at pci0 dev 1 function 0 Intel 82855PM AGP rev 0x03
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 ATI Radeon Mobility M6 rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
radeondrm0 at vga1: irq 11
drm0 at radeondrm0
uhci0 at pci0 dev 29 function 0 Intel 82801DB USB rev 0x01: irq 11
uhci1 at pci0 dev 29 function 1 Intel 82801DB USB rev 0x01: irq 11
uhci2 at pci0 dev 29 function 2 Intel 82801DB USB rev 0x01: irq 11
ehci0 at pci0 dev 29 function 7 Intel 82801DB USB rev 0x01: irq 11
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
ppb1 at pci0 dev 30 function 0 Intel 82801BAM Hub-to-PCI rev 0x81
pci2 at ppb1 bus 2
mem address conflict 0xb000/0x1000
mem address conflict 0xb100/0x1000
cbb0 at pci2 dev 0 function 0 Ricoh 5C476 CardBus rev 0xaa: irq 11
cbb1 at pci2 dev 0 function 1 Ricoh 5C476 CardBus rev 0xaa: irq 11
Ricoh 5C552 Firewire rev 0x02 at pci2 dev 0 function 2 not configured
em0 at pci2 dev 1 function 0 Intel PRO/1000MT (82540EP) rev 0x03: irq 11, 
address 00:11:25:b1:32:43
ral0 at pci2 dev 2 function 0 Ralink RT2561S rev 0x00: irq 11, address 
00:12:0e:61:5b:74
ral0: MAC/BBP RT2561C, RF RT5225
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 3 device 0 cacheline 0x0, lattimer 0xb0
pcmcia0 at cardslot0
cardslot1 at cbb1 slot 1 flags 0
cardbus1 at cardslot1: bus 6 device 0 cacheline 0x0, lattimer 0xb0
pcmcia1 at cardslot1
ichpcib0 at pci0 dev 31 function 0 Intel 82801DBM LPC rev 0x01: 24-bit timer 
at 3579545Hz
pciide0 at pci0 dev 31 function 1 Intel 82801DBM IDE rev 0x01: DMA, channel 0 
configured to compatibility, channel 1 configured to compatibility
wd0 at pciide0 channel 0 drive 0: HTS726060M9AT00
wd0: 16-sector PIO, LBA, 57231MB, 117210240 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
pciide0: channel 1 disabled (no drives)
ichiic0 at pci0 dev 31 function 3 Intel 82801DB SMBus rev 0x01: irq 11
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 512MB DDR SDRAM non-parity PC2700CL2.5
spdmem1 at iic0 addr 0x51: 512MB DDR SDRAM non-parity PC2700CL2.5
auich0 at pci0 dev 31 function 5 Intel 82801DB AC97 rev 0x01: irq 11, ICH4 
AC97
ac97: codec id 0x41445374 (Analog Devices AD1981B)
ac97: codec features headphone, 20 bit DAC, No 3D Stereo
audio0 at auich0
Intel 82801DB Modem rev 0x01 at pci0 dev 31 function 6 not configured
usb1 at uhci0: USB revision 1.0
uhub1 at usb1 Intel UHCI root hub rev 1.00/1.00 addr 1
usb2 at uhci1: USB revision 1.0
uhub2 at usb2 Intel UHCI root hub rev 1.00/1.00 addr 1
usb3 at uhci2: USB revision 1.0
uhub3 at usb3 Intel UHCI root hub rev 1.00/1.00 addr 1
isa0 at ichpcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC

Re: Thank you for the quality of the FAQ and MAN

2009-07-16 Thread Edd Barrett
On Thu, Jul 16, 2009 at 10:27:00PM +0200, zexel wrote:
 OpenBSD manpages are the best out there without doubt.
 A clear example of how thing should be done.

I will agree with this.

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: X11 on a Sun Blade 1000 - Repeating keys

2009-07-15 Thread Edd Barrett
 Sorry if I asked you that already, I can't remember. Are you using xdm?
 If so did you disable the getty(8) attached to the console in /etc/ttys?

So far so good!

Is there a planned fix?

Thanks

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: EuroBSDCon 2009, Cambridge, UK

2009-07-15 Thread Edd Barrett
On Wed, Jul 15, 2009 at 11:17:22PM +0100, Fred Crowson wrote:
 I've paid for my ticket - this will be my nearest EuroBSD Conference -
 I'll not need a flight to this one :~)

It's tempting, but oh so expensive.

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



X11 on a Sun Blade 1000 - Repeating keys

2009-07-14 Thread Edd Barrett
Hi,

I reported this issue on a tech@ (i think) a while back and it still
seems to exist. I hope here on misc, I might reach more users with Sun
systems.

When using X11 on my system, after a while keys will begin to stick,
as if they are being held down, even though I am not touching the
keyboard. It makes the system unusable in X, and also makes the system
slow, I guess dealing with all those keyboard interrupts.

I ruled out the possibility of a hardware fault with:
a) Same happening with a new KB/mouse.
b) Not happening on Solaris 10 on same system.

I was really hoping to take this machine with me to my next Univeristy,
but it seems a non-X11 system for everyday use is a bit unrealistic :(

Has anyone seen this or got any idea what could be happening? I suspect
a bug in the tty or ffb driver, which I believe are quite tightly
integrated on Sun systems (?). I am no expert, just guessing.

I did not get this problem on an Ultra 10, when I owned one.

DMESG attached.

Thanks

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett
OpenBSD 4.6-current (GENERIC) #1: Fri Jul 24 19:08:00 BST 2009
r...@blade.home:/usr/src/sys/arch/sparc64/compile/GENERIC
real mem = 1073741824 (1024MB)
avail mem = 1025785856 (978MB)
mainbus0 at root: SUNW,Sun-Blade-1000 (UltraSPARC-III) 
cpu0 at mainbus0: SUNW,UltraSPARC-III (rev 5.14) @ 900 MHz
cpu0: physical 32K instruction (32 b/l), 64K data (32 b/l), 8192K external (512 
b/l)
memory-controller at mainbus0 not configured
schizo0 at mainbus0: Schizo, version 4, ign 200, bus B 0 to 0
schizo0: dvma map c000-
pci0 at schizo0
ebus0 at pci0 dev 5 function 0 Sun RIO EBus rev 0x01
flashprom at ebus0 addr 0-1f not configured
pcfiic0 at ebus0 addr 2e-2f, 2d-2d ivec 0x23
iic0 at pcfiic0
bbc0 at ebus0 addr 0-f: AID 0x00
ppm0 at ebus0 addr e-28, 728000-728003, 30002e-30002f, 300600-300607
pcfiic1 at ebus0 addr 30-31 ivec 0x23
iic1 at pcfiic1
admtemp0 at iic1 addr 0x18: max1617
tda0 at iic1 addr 0x24
scm001 at iic1 addr 0x20 not configured
firei at iic1 addr 0x30 not configured
beep0 at ebus0 addr 32-37: clock 75MHz
audioce0 at ebus0 addr 20-2000ff, 702000-70200f, 704000-70400f, 
722000-722003 ivec 0x20 ivec 0x21: nvaddrs 0
audio0 at audioce0
rtc0 at ebus0 addr 300070-300071 ivec 0x24: ds1287
gpio at ebus0 addr 300600-300607 not configured
pmc0 at ebus0 addr 300700-300701
lpt0 at ebus0 addr 300278-300287, 30002e-30002f, 70-7f ivec 0x1c: polled
sab0 at ebus0 addr 40-40007f ivec 0x22: rev 3.2
sabtty0 at sab0 port 0
sabtty1 at sab0 port 1
gem0 at pci0 dev 5 function 1 Sun ERI Ether rev 0x01: ivec 0x21d, address 
00:03:ba:10:0e:6a
luphy0 at gem0 phy 1: LU6612 10/100 PHY, rev. 1
Sun FireWire rev 0x01 at pci0 dev 5 function 2 not configured
ohci0 at pci0 dev 5 function 3 Sun USB rev 0x01: ivec 0x21f, version 1.0, 
legacy support
siop0 at pci0 dev 6 function 0 Symbios Logic 53c875 rev 0x37: ivec 0x218, 
using 4K of on-board RAM
scsibus0 at siop0: 16 targets, initiator 7
cd0 at scsibus0 targ 0 lun 0: NEC, CD-ROM DRIVE:465, 1.25 SCSI2 5/cdrom 
removable
siop1 at pci0 dev 6 function 1 Symbios Logic 53c875 rev 0x37: ivec 0x219, 
using 4K of on-board RAM
scsibus1 at siop1: 16 targets, initiator 7
usb0 at ohci0: USB revision 1.0
uhub0 at usb0 Sun OHCI root hub rev 1.00/1.00 addr 1
schizo1 at mainbus0: Schizo, version 4, ign 200, bus A 0 to 0
schizo1: dvma map c000-
pci1 at schizo1
isp0 at pci1 dev 4 function 0 QLogic ISP2200 rev 0x05: ivec 0x204
isp0: Board Type 2200, Chip Revision 0x5, loaded F/W Revision 2.2.6
scsibus2 at isp0: 512 targets
sd0 at scsibus2 targ 0 lun 0: SEAGATE, ST3146707FC, 0003 SCSI3 0/direct fixed
sd0: 140014MB, 512 bytes/sec, 286749488 sec total
sd1 at scsibus2 targ 1 lun 0: SEAGATE, ST336605FSUN36G, 0438 SCSI3 0/direct 
fixed
sd1: 34732MB, 512 bytes/sec, 71132959 sec total
upa0 at mainbus0
creator0 at upa0: Elite3D, model SUNW,540-3623, dac 0
wsdisplay0 at creator0 mux 1: console (std, sun emulation)
ppm at mainbus0 not configured
uhidev0 at uhub0 port 1 configuration 1 interface 0 Sun Microsystems Type 6 
Keyboard rev 1.00/1.01 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes, country code 32
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev1 at uhub0 port 2 configuration 1 interface 0 Sun Microsystems Type 6 
Mouse rev 1.00/1.02 addr 3
uhidev1: iclass 3/1
ums0 at uhidev1: 3 buttons
wsmouse0 at ums0 mux 0
softraid0 at root
bootpath: /p...@8,60/SUNW,q...@4,0/f...@0,0/d...@2114c303de67,0
root on sd0a swap on sd0b dump on sd0b



Re: Winbind Samba on OpenBSD

2009-07-08 Thread Edd Barrett
On Tue, Jul 07, 2009 at 10:28:34AM -0400, Jason Beaudoin wrote:
   Did you have a look at www.kernel-panic.it ? There are some tutorials.
 
 yes, there's some helpful info for samba, but I haven't yet seen anything
 related to winbind.. unless my google foo needs some work.

Winbind is a PAM plugin. OpenBSD does not use this mechanism.

I don't know if ypldap can be used to talk to AD?

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: doubts on NFS

2009-07-06 Thread Edd Barrett
On Mon, Jul 06, 2009 at 04:40:31PM -0300, Marcos Laufer wrote:
 So far so good. Then i try to write something:

Well, what are the permissions on the directory you are trying to write
to? Bear in mind, the user ID's (not the names) will need to be
synchronised across machines for NFS permissions to make sense.

You might consider a YP domain?

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: Sun Ultra 5/10 installation problems

2009-07-03 Thread Edd Barrett
On Thu, Jun 11, 2009 at 12:22:04PM +0200, Huy Nguyen wrote:
 Hi,
 
 why don't you install from the network?

put bsd.rd on the root of the solaris file system and do:

boot disk bsd.rd

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



FCAL disk anyone?

2009-06-27 Thread Edd Barrett
Hi,

This is a real long shot, I know!

I was working on the ce4231 audio driver, attempting to fix the mixer
control, when my disk failed :(

Does anyone have a FCAL disk to fit a Sun blade 1000? I could
re-pay the cost of the disk when I start being paid (hopefully
september, when I am no longer student scum).

Thanks

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



OT: Anyone based in Canterbury?

2009-06-22 Thread Edd Barrett
Hi,

Are there any students or researchers from Kent Uni or Canterbury on this list?

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Scrotwm does not play nice with some apps

2009-04-14 Thread Edd Barrett
Hi,

On Tue, Apr 14, 2009 at 8:42 PM, Bryan bra...@gmail.com wrote:
 I've had some issues with a few apps that work in fluxbox, but refuse
 to work in scrotwm.

I have seen the same with some apps also.


 The other issue is with mplayer GUI, gmplayer. B Attempting to start it
 in scrotwm shows the control box, and the movie box, then gmplayer
 crashes with Mplayer interrrupted by signal 11 in module: unknown
 -Mplayer crashed by bad usage of CPU/FPU/RAM B Again, this doesn't
 happen in fluxbox.

Known bug.


 I love scrotwm, and while the gmplayer issue isn't a big deal, the
 fact that the same java app can function in one desktop, and not in
 another was odd enough for me to ask if someone has had this issue in
 the past.

Thats a java bug, see the port named wmname.

By the way, this probably should have gone on misc@

--
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: systrace insecure [was: Re: chroot browser]

2009-04-04 Thread Edd Barrett
Howdy,

On Thu, Mar 26, 2009 at 09:12:42AM -0600, Theo de Raadt wrote:
 That said, this is not enough reason to entirely delete the code.  It
 still has uses.

It's useful for checking ports are not dumping junk all over the
file-system. Please keep it.

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Panic whilst configuring carp/pf

2009-03-30 Thread Edd Barrett
 targets, initiator 7
cd0 at scsibus0 targ 0 lun 0: TSSTcorp, CDDVDW TS-H653Q, HC01 ATAPI
5/cdrom removable
wd2(pciide1:1:0): using PIO mode 4, Ultra-DMA mode 5
cd0(pciide1:1:1): using PIO mode 4, Ultra-DMA mode 5
pciide2 at pci0 dev 31 function 5 Intel 82801I SATA rev 0x02: DMA,
channel 0 wired to native-PCI, channel 1 wired to native-PCI
pciide2: using irq 5 for native-PCI interrupt
usb2 at uhci0: USB revision 1.0
uhub2 at usb2 Intel UHCI root hub rev 1.00/1.00 addr 1
usb3 at uhci1: USB revision 1.0
uhub3 at usb3 Intel UHCI root hub rev 1.00/1.00 addr 1
usb4 at uhci2: USB revision 1.0
uhub4 at usb4 Intel UHCI root hub rev 1.00/1.00 addr 1
usb5 at uhci3: USB revision 1.0
uhub5 at usb5 Intel UHCI root hub rev 1.00/1.00 addr 1
usb6 at uhci4: USB revision 1.0
uhub6 at usb6 Intel UHCI root hub rev 1.00/1.00 addr 1
usb7 at uhci5: USB revision 1.0
uhub7 at usb7 Intel UHCI root hub rev 1.00/1.00 addr 1
isa0 at ichpcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
biomask fd6d netmask fd6d ttymask 
mtrr: Pentium Pro MTRR support
uhidev0 at uhub7 port 1 configuration 1 interface 0 Logitech USB
Optical Mouse rev 2.00/43.01 addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
umass0 at uhub3 port 1 configuration 1 interface 0 WIBU-SYSTEMS AG
CodeMeter-Stick rev 1.10/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: WIBU -, CodeMeter-Stick, v1.0 SCSI2
0/direct fixed
sd0: 39MB, 5 cyl, 255 head, 63 sec, 512 bytes/sec, 80384 sec total
softraid0 at root
wd0c: track 0 not found reading fsbn 64 of 64-67 (wd0 bn 64; cn 0 tn 1
sn 1), retrying
wd0c: track 0 not found reading fsbn 64 of 64-67 (wd0 bn 64; cn 0 tn 1
sn 1), retrying
wd0c: track 0 not found reading fsbn 64 of 64-67 (wd0 bn 64; cn 0 tn 1
sn 1), retrying
wd0c: track 0 not found reading fsbn 64 of 64-67 (wd0 bn 64; cn 0 tn 1
sn 1), retrying
wd0: soft error (corrected)
wd0c: track 0 not found reading fsbn 1024 of 1024-1027 (wd0 bn 1024;
cn 0 tn 16 sn 16), retrying
wd0c: track 0 not found reading fsbn 1024 of 1024-1027 (wd0 bn 1024;
cn 0 tn 16 sn 16), retrying
wd0c: track 0 not found reading fsbn 1024 of 1024-1027 (wd0 bn 1024;
cn 0 tn 16 sn 16), retrying
wd0c: track 0 not found reading fsbn 1024 of 1024-1027 (wd0 bn 1024;
cn 0 tn 16 sn 16), retrying
wd0: soft error (corrected)
root on wd2a swap on wd2b dump on wd2b
WARNING: / was not properly unmounted
carp0: state transition: BACKUP - MASTER

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



Re: How to find available wifi access points?

2009-03-21 Thread Edd Barrett
On Fri, Mar 20, 2009 at 09:14:49AM +, Stuart Henderson wrote:
 On 2009-03-20, Matt open...@women-at-work.org wrote:
  Thank you all - that worked (both 'chan' and 'scan').
 
 you should use scan, chan does something else now.

bah, this keeps changing!

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: Problems with wireless: no routing table after /etc/netstart

2009-03-18 Thread Edd Barrett
Hi,

On Sat, Mar 14, 2009 at 9:32 AM, Shagbag OpenBSD:
 However, when I use ethernet and run /etc/netstart, I do get a rounting
 table.
 What am I doing wrong?

Is it the same DHCP server issuing the lease?

Usually your DHCP server will issue you a default route.

Please be sure to delete the old unused interface when switching
between wireless and wired connections.

eg. ifconfig em0 delete

-- 
Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bournemouth.ac.uk/ebarrett



font used on wireframe puff image

2009-03-08 Thread Edd Barrett
Hi,

Does anyone know the name of the font that was used on the wireframe
puff picture?

As seen here:
http://www.oswebshop.com/images/tshirt-23.gif

Thanks

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: nfs proxies

2009-02-19 Thread Edd Barrett
On Wed, Feb 18, 2009 at 07:59:55PM -0500, Nick Guenther wrote:
 sshfs would be really handy to have available on OpenBSD

Strongly agree. You are a brave man indeed.

The other BSD's do this with FUSE which is not an option for OpenBSD due
to licensing. I guess if someone writes some code, something may happen.

I would even pay for this feature.

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: nfs proxies

2009-02-19 Thread Edd Barrett
On Thu, Feb 19, 2009 at 06:22:17PM +0100, Kristaps DEonsons wrote:
 Exactly how much were you looking to pay?

Would != could :) Im poor.

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: Port ZFS to OpenBSD

2009-01-20 Thread Edd Barrett
On Mon, Jan 19, 2009 at 08:45:05PM -0800, Joe S wrote:
 It's clear there will be no ZFS in OpenBSD. It's not a priority of the
 developers.

ZFS-like functionality could be added to softraid. This would be more
realistic.
 

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



shutdown from XFCE weirdness

2009-01-16 Thread Edd Barrett
 PC2700CL2.5
spdmem2 at iic0 addr 0x52: 256MB DDR SDRAM non-parity PC2700CL2.5
spdmem3 at iic0 addr 0x53: 1GB DDR SDRAM non-parity PC3200CL3.0
usb1 at uhci0: USB revision 1.0
uhub1 at usb1 Intel UHCI root hub rev 1.00/1.00 addr 1
usb2 at uhci1: USB revision 1.0
uhub2 at usb2 Intel UHCI root hub rev 1.00/1.00 addr 1
usb3 at uhci2: USB revision 1.0
uhub3 at usb3 Intel UHCI root hub rev 1.00/1.00 addr 1
usb4 at uhci3: USB revision 1.0
uhub4 at usb4 Intel UHCI root hub rev 1.00/1.00 addr 1
isa0 at ichpcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
mtrr: Pentium Pro MTRR support
uhub5 at uhub1 port 1 ALCOR Generic USB Hub rev 1.10/3.12 addr 2
uaudio0 at uhub2 port 1 configuration 1 interface 0 M Audio MobilePre rev 
1.10/1.03 addr 2
uaudio0: audio rev 1.00, 9 mixer controls
audio0 at uaudio0
uhidev0 at uhub5 port 1 configuration 1 interface 0 Sun Microsystems Type 6 
Keyboard rev 1.00/1.01 addr 3
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes, layout 32
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub2 port 2 configuration 1 interface 0 Sun Microsystems Type 6 
Mouse rev 1.00/1.02 addr 3
uhidev1: iclass 3/1
ums0 at uhidev1: 3 buttons
wsmouse0 at ums0 mux 0
softraid0 at root
root on wd1a swap on wd1b dump on wd1b
kqemu: kqemu version 0x00010300 loaded, max locked mem=1170828kB
DDB symbols added: 334864 bytes

Thanks

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: Port ZFS to OpenBSD

2009-01-16 Thread Edd Barrett
On Thu, Jan 15, 2009 at 03:21:19PM +, Khalid Schofield wrote:
 Dev's.

 What are the chances of getting a port of ZFS to OpenBSD? I can't quite 
 bring myself to run solaris since it lacks so much of what I love about 
 OpenBSD and Linux is back to square one because of the reasons I moved to 
 OpenBSD.

 Khalid


I aked Theo about this at OpenCon 2008. To cut a long story short...

No

-- 

Best Regards
Edd

http://students.dec.bmth.ac.uk/ebarrett



XBox360 streaming?

2008-12-15 Thread Edd Barrett
Hi,

Has anyone suceeded in streaming video to their xbox from an OpenBSD server?

I have a port of pupnp, which i used with ushare. Sure, the xbox could
see the share, but the server exits as you are about to play anything.

I am trying mediatomb in a freebsd virtual machine, and if it works I
may attempt a port, but it has loads of deps.

Alternatives might be Gmediastreamer or fuppes, but whether they work
with the xbox 360, who knows...

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



relayd on one interface/network

2008-11-17 Thread Edd Barrett
Hi,
I am trying to set up a redirect (on a local lan) using relayd (using
external websites for now as a test):

The relay is on a soekris running 4.4-release. Only one interface is
up on the soekris (sis0).

Relayd.conf:
---8---
table sites {bmth.ac.uk, xe.com}

#relay fun-sites {
#listen on 192.168.99.11 port 
#forward to sites port http check tcp mode roundrobin
#}

redirect s1 {
sticky-address
listen on 192.168.99.11 port 
forward to sites port http check tcp mode roundrobin
}
---8---

pf.conf:
---8---
rdr-anchor relayd/*
anchor relayd/*

pass in
pass out
---8---

The (now commented) relay works, but is unpredictable due to the need
for sticky-address, which is why i switched to layer 3, but alas the
redirect does not succeed.

---8---
Failed to Connect

Firefox can't establish a connection to the server at 192.168.99.11:.

Though the site seems valid, the browser was unable to establish a connection.
---8---

PF is ofcourse enabled and rules are loaded.

Using tcpdump i see the client http request go in sis0 but never
anywhere from there.

I'm assuming you don't *need* to have 2 interfaces on a nat to use a
redirect in this way?

Thanks for reading.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Layer 7 relaying still needs pf?

2008-11-13 Thread Edd Barrett
Hi,

Why does layer 7 relaying require pf still?

Thanks

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



OpenCon 2008 from UK

2008-11-01 Thread Edd Barrett
Hi,

Is anyone travelling to OpenCon from the UK?

It seems there are no flights to Treviso airport from any of the
London or Southampton airports.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: OpenCon 2008 from UK

2008-11-01 Thread Edd Barrett
Hi,

On Sat, Nov 1, 2008 at 4:45 PM, Michele Marchetto [EMAIL PROTECTED] wrote:
 Il giorno sab, 01/11/2008 alle 16.13 +, Edd Barrett ha scritto:
 It seems there are no flights to Treviso airport from any of the
 London or Southampton airports.

 It is BETTER if you find a flight to Venice airport instead of Treviso
 one as the conference is 700 meters away from the first.


Isn't it the other way around?


-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: OpenCon 2008 from UK

2008-11-01 Thread Edd Barrett
On Sat, Nov 1, 2008 at 5:13 PM, Edd Barrett [EMAIL PROTECTED] wrote:
 Isn't it the other way around?

No you are right :) Marco polo is close to the Mariot.


-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: editors in floppy44.fs (OpenBSD 4.4.) - newbee help

2008-11-01 Thread Edd Barrett
On Sat, Nov 1, 2008 at 7:33 PM, soko.tica [EMAIL PROTECTED] wrote:
 Hello list,

 I did manage to scr... err, mess up partitioning scheme through
 disklabel, so I've booted from floppy, mounted partitions to /tmp/a/,
 tmp/d/, /tmp/e/, but when I attempt to edit etc/fstab by ed I get:

 #chmod 766 /etc/fstab
 # ed /etc/fstab
 215
 q
 #


That is ed doing its job :)

Go to the OpenBSD web siite and find the manual page section. You
should be able to get the man page for ed, even without an OpenBSD
system.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: editors in floppy44.fs (OpenBSD 4.4.) - newbee help

2008-11-01 Thread Edd Barrett
On Sun, Nov 2, 2008 at 2:01 AM, Girish Venkatachalam
[EMAIL PROTECTED] wrote:
 I use vim all the time. He he.

As much as i love vi/vim/nvi, these are not available in ramdisk kernels.


-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Weird: Cant open xterms if network is inconsistent

2008-10-26 Thread Edd Barrett
 Intel 82801DB USB rev 0x01: irq 11
uhci2 at pci0 dev 29 function 2 Intel 82801DB USB rev 0x01: irq 11
ehci0 at pci0 dev 29 function 7 Intel 82801DB USB rev 0x01: irq 11
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
ppb1 at pci0 dev 30 function 0 Intel 82801BAM Hub-to-PCI rev 0x81
pci2 at ppb1 bus 2
cbb0 at pci2 dev 0 function 0 Ricoh 5C476 CardBus rev 0xaa: irq 11
cbb1 at pci2 dev 0 function 1 Ricoh 5C476 CardBus rev 0xaa: irq 11
Ricoh 5C552 Firewire rev 0x02 at pci2 dev 0 function 2 not configured
em0 at pci2 dev 1 function 0 Intel PRO/1000MT (82540EP) rev 0x03:
irq 11, address 00:11:25:b1:32:43
ral0 at pci2 dev 2 function 0 Ralink RT2561S rev 0x00: irq 11,
address 00:12:0e:61:5b:74
ral0: MAC/BBP RT2561C, RF RT5225
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 3 device 0 cacheline 0x0, lattimer 0xb0
pcmcia0 at cardslot0
cardslot1 at cbb1 slot 1 flags 0
cardbus1 at cardslot1: bus 6 device 0 cacheline 0x0, lattimer 0xb0
pcmcia1 at cardslot1
ichpcib0 at pci0 dev 31 function 0 Intel 82801DBM LPC rev 0x01:
24-bit timer at 3579545Hz
pciide0 at pci0 dev 31 function 1 Intel 82801DBM IDE rev 0x01: DMA,
channel 0 configured to compatibility, channel 1 configured to
compatibility
wd0 at pciide0 channel 0 drive 0: HTS726060M9AT00
wd0: 16-sector PIO, LBA, 57231MB, 117210240 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
pciide0: channel 1 disabled (no drives)
ichiic0 at pci0 dev 31 function 3 Intel 82801DB SMBus rev 0x01: irq 11
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 512MB DDR SDRAM non-parity PC2700CL2.5
spdmem1 at iic0 addr 0x51: 512MB DDR SDRAM non-parity PC2700CL2.5
auich0 at pci0 dev 31 function 5 Intel 82801DB AC97 rev 0x01: irq
11, ICH4 AC97
ac97: codec id 0x41445374 (Analog Devices AD1981B)
ac97: codec features headphone, 20 bit DAC, No 3D Stereo
audio0 at auich0
Intel 82801DB Modem rev 0x01 at pci0 dev 31 function 6 not configured
usb1 at uhci0: USB revision 1.0
uhub1 at usb1 Intel UHCI root hub rev 1.00/1.00 addr 1
usb2 at uhci1: USB revision 1.0
uhub2 at usb2 Intel UHCI root hub rev 1.00/1.00 addr 1
usb3 at uhci2: USB revision 1.0
uhub3 at usb3 Intel UHCI root hub rev 1.00/1.00 addr 1
isa0 at ichpcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
lpt2 at isa0 port 0x3bc/4: polled
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
biomask effd netmask effd ttymask 
mtrr: Pentium Pro MTRR support
softraid0 at root
root on wd0a swap on wd0b dump on wd0b
kqemu: kqemu version 0x00010300 loaded, max locked mem=523756kB
DDB symbols added: 325104 bytes
info: [drm] Setting GART location based on new memory map
info: [drm] Loading R100 Microcode
info: [drm] writeback test succeeded in 1 usecs
auich0: measured ac97 link rate at 48001 Hz, will use 48000 Hz

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Modern operating systems are flawed by design, including OpenBSD.

2008-10-24 Thread Edd Barrett
On Thu, Oct 23, 2008 at 11:54 AM, mak maxie [EMAIL PROTECTED] wrote:
 http://www.computerworld.com.au/index.php?id=264209080rid=-219

 Microsoft Windows is the only operating that supports signed binaries.

You forgot to attach your patch to implement this feature.



Re: Funny linker error: relocation truncated to fit

2008-10-16 Thread Edd Barrett
Hello,

On Wed, Oct 15, 2008 at 5:30 PM, Ted Unangst [EMAIL PROTECTED] wrote:
 On Wed, Oct 15, 2008 at 11:53 AM, Edd Barrett [EMAIL PROTECTED] wrote:
 Hi Guys,

 Does anyone know what this weird linker error means?

 xetexini.o(.text+0x4bc): In function `initialize':
 : relocation truncated to fit: R_SPARC_H44 zzzaa

 It causes my build to fail.

 You compiled with -fpic instead of -fPIC.  Big libraries need the
 super pic to generate correct code.


Thanks :)

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Funny linker error: relocation truncated to fit

2008-10-15 Thread Edd Barrett
Hi Guys,

Does anyone know what this weird linker error means?

xetexini.o(.text+0x4bc): In function `initialize':
: relocation truncated to fit: R_SPARC_H44 zzzaa

It causes my build to fail.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Best Way to get OpenBSD installed on Sun Blade 1000/2000

2008-10-13 Thread Edd Barrett
On Sun, Oct 12, 2008 at 11:42 PM, Vivek Ayer [EMAIL PROTECTED] wrote:

 So assuming the cable is the right cable, in short, what would I have
 to do to install OpenBSD on a sparc64 from a i386 console?

If your devaliases are set up correctly type:

boot cdrom with an install cd in.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: terminus font on wscons

2008-10-03 Thread Edd Barrett
On Fri, Oct 3, 2008 at 1:48 PM, Jesus Sanchez [EMAIL PROTECTED] wrote:
 Anyone have make run terminus font on wscons?
 raw and psf doesn't worked for me.

If you mean outside X, then that can never work.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Sun Blade 2000 with XVR-1000?

2008-10-02 Thread Edd Barrett
On Wed, Oct 1, 2008 at 11:11 PM, UID ZERO [EMAIL PROTECTED] wrote:
 Hi list.

 I've been offered a Blade 2000 with an XVR-1000 graphics card, and was
 hoping to run 4.4-current on it. Ideally would like to use it with X, but
 can't seem to find any definitive information about whether this graphics
 card works with xenocara.

You might get it working using the sun framebuffer driver, but it may
not be accelerated.

I think the only accelerated cards in these are the ATI based ones.
I'm not sure if the XVR-1000 is.

I have a blade 1000 with some similar card, and was unable to get accelerated X.

Read /usr/X11R6/README on a sparc64 box.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: The correct way to use bsd.rd

2008-09-29 Thread Edd Barrett
Hi,

On Sat, Sep 27, 2008 at 3:02 PM, Jordi Beltran Creix
[EMAIL PROTECTED] wrote:
 I am using a virtual machine to try and follow -CURRENT.I have
 installed a snapshot, downloaded the cvs source, built it and run to
 see if it worked, up to there everything is okay.
 Reading the FAQ I found out that the official way to follow current
 more or less closely is to build a ramdisk image(or download a bsd.rd
 image from the servers) and boot from that. However, when I place my
 newly generated image in / and boot from it, it tells me that it lacks
 a root filesystem. Obviously it is lacking a ramdisk, but I don't know
 where to get that from and I have been unable to find the appropriate
 manpage or piece of documentation. Could you please point it out to
 me?
 Thank you



If you just want to follow -current, you just install either a release
or a snapshots and then build the -current source. Thats it, you are
-current, you only need bsd.rd if thats your initial install method,
and you certainly dont need to make your own.

Also note that you can just use binary snapshots and not ever build
any source, *but* strictly speaking that is not -current, as extra
experimental patches go into snaps.

Hope this helps.


-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Wireless once again being a pain, this time ipw

2008-09-24 Thread Edd Barrett
Hi,

I have an X31 which I have installed -current on. It has an ipw card:
ipw0 at pci2 dev 2 function 0 Intel PRO/Wireless 2100 rev 0x04: irq 11

Its function seems to work for a while, then I get:
Sep 24 15:22:35 x31 /bsd: ipw0: fatal firmware error
Sep 24 15:22:36 x31 /bsd: ipw0: timeout waiting for disabled state
Sep 24 15:22:36 x31 /bsd: ipw0: association failed (error=35)
Sep 24 15:22:37 x31 /bsd: ipw0: scan request failed (error=35)

Which you must reboot for. I'm not sure scanning for AP's is working
correctly either as it scrolls up many times:
ipw0: scan request failed (error=35)
ipw0: scan request failed (error=35)
ipw0: scan request failed (error=35)
...

I'm not having much luck with wireless support on OpenBSD :(

Is it the firmware which is at fault? Can the firmware be flushed are reloaded?

I have a wi(4) which I will try when I get a chance. (and yes tpwireless).

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Wireless once again being a pain, this time ipw

2008-09-24 Thread Edd Barrett
On Wed, Sep 24, 2008 at 6:04 PM, Pierre Riteau [EMAIL PROTECTED] wrote:
 This could be the same problem than Linux users are seeing:
 http://kerneltrap.org/mailarchive/linux-kernel/2008/9/21/3358724


This is not good especially as I have opened the back plate on my X31
to find no mini-pci slot to put my wi in. It must be soldered on
board.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Wireless once again being a pain, this time ipw

2008-09-24 Thread Edd Barrett
Hi,

On Wed, Sep 24, 2008 at 11:44 PM, Dan Harnett [EMAIL PROTECTED] wrote:
 It's under the keyboard on the X31 and relatively easy to get to.  The
 hardware maintenance manual has full instructions.

Thanks everyone for the replies.

I found the mini pci and mail you all noe from a wi(4), it works.

It seems the intel cards have some issues.

Thanks


-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



  1   2   3   4   5   >