Re: inteldrm changes cause high temperature / fan speeds

2020-02-25 Thread Tero Koskinen
Hi, Alex Karle wrote on 25.2.2020 6.51: Hi Tero, Apologies if this breaks the threading -- I wasn't subscribed to misc@ at the time the original was sent. Have you (or any others) dug any deeper into this? My problem was more or less "solved" when the power supply from my Optiplex died. Ins

Re: inteldrm changes cause high temperature / fan speeds

2019-11-13 Thread Tero Koskinen
Ted Unangst wrote on 13.11.2019 8.52: Tero Koskinen wrote: Eventually I pinned the problem down to April 14/15: FAULTY 091f8f6587f dlg Mon Apr 15 02:59:41 2019 + the myx_cmd FAULTY 1bbcb699ab8 dlg Mon Apr 15 00:28:29 2019 + there's a bunch PROBLEM! 7f4dd37977d jsg Sun Apr 14

inteldrm changes cause high temperature / fan speeds (was: Downgrade 6.6 to 6.5)

2019-11-12 Thread Tero Koskinen
Hi, Sorry if someone gets this twice. My first version didn't go to the list. cho...@jtan.com wrote on 6.11.2019 19.52: > Theo de Raadt writes: >> I have some sort of X1rev6 and I don't see the problem. >> >> The situation is you have the hardware, and you also have the sourcecode, >> and the rep

Re: OpenBSD firefox useragent Facebook

2015-02-19 Thread Tero Koskinen
Hi, 19.2.2015, 19:53, Erling Westenvik kirjoitti: On Wed, Feb 18, 2015 at 02:52:28PM -0500, trondd wrote: And what do you think your user agent is when you connect through those other gateways? ipchicken.com should tell you. I'm aware what my user agent is. However, I started to wonder wheth

Re: ada95 : gnat 4.6 : compile time warnings

2014-02-04 Thread Tero Koskinen
Hi, 4.2.2014 16:20, Tobias Ulmer wrote: On Tue, Feb 04, 2014 at 04:36:22AM -0500, Mayuresh Kathe wrote: >> hello.adb gnatbind -x hello.ali gnatlink hello.ali >> /usr/local/lib/gcc/x86_64-unknown-openbsd5.4/4.6.4/adalib/libgnat.a(adaint.o)(.text+0x3f3): >> In function `__gnat_os_filename': >>

Re: Oxford PCI-e serial card support?

2011-04-13 Thread Tero Koskinen
000, 400 * 8 * 2}, + { PUC_PORT_TYPE_COM, 0x10, 0x1200, 400 * 8 * 2}, + }, + }, +#endif /* Oxford Semiconductor OX16PCI952 PCI Parallel port */ { /* "Oxford Semiconductor OX16PCI952 Parallel port", */ -- Tero Koskinen [1] http://www.flickr.com/photos/66708330@N00/5613690175/

Re: amd64/i386 kernel freezes on Asus M4A785TD-V EVO mobo

2011-03-17 Thread Tero Koskinen
targets sd3 at scsibus3 targ 0 lun 0: SCSI2 0/direct fixed sd3: 286172MB, 512 bytes/sec, 586082048 sec total root on sd0a swap on sd0b dump on sd0b Index: dsdt.c === RCS file: /cvs/src/sys/dev/acpi/dsdt.c,v retrieving revision 1.181 diff -u -p -r1.181 dsdt.c --- dsdt.c 2 Jan 2011 04:56:57 - 1.181 +++ dsdt.c 18 Mar 2011 05:12:14 - @@ -1145,7 +1145,8 @@ aml_evalexpr(int64_t lhs, int64_t rhs, i res = (lhs ^ rhs); break; case AMLOP_NOT: - res = ~(lhs); + /* res = ~(lhs); */ + res = (!lhs); break; /* Conversion/misc */ -- Tero Koskinen

Re: amd64/i386 kernel freezes on Asus M4A785TD-V EVO mobo

2011-03-16 Thread Tero Koskinen
Replying to myself, On Wed, 16 Mar 2011 21:50:15 +0200 Tero Koskinen wrote: > Booting with ACPI enabled still stops after acpihpet. I think I debugged > the problem at some point last year and found that acpi code went into > busyloop and never exited, but I already forgot the details.

Re: amd64/i386 kernel freezes on Asus M4A785TD-V EVO mobo

2011-03-16 Thread Tero Koskinen
1 interface 0 "BTC USB Multimedia Keyboard" rev 1.10/1.00 addr 3 uhidev1: iclass 3/1 ukbd0 at uhidev1: 8 modifier keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev2 at uhub3 port 3 configuration 1 interface 1 "BTC USB Multimedia Keyboard" rev 1.10/1.00 addr 3 uhidev2: iclass 3/0, 3 report ids uhid0 at uhidev2 reportid 1: input=1, output=0, feature=0 uhid1 at uhidev2 reportid 2: input=3, output=0, feature=0 uhid2 at uhidev2 reportid 3: input=3, output=0, feature=8 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 1 targets sd3 at scsibus3 targ 0 lun 0: SCSI2 0/direct fixed sd3: 286172MB, 512 bytes/sec, 586082048 sec total root on sd0a swap on sd0b dump on sd0b -- Tero Koskinen

Re: amd64/i386 kernel freezes on Asus M4A785TD-V EVO mobo

2011-03-16 Thread Tero Koskinen
date 06/18/2010 bios0: ASUSTeK Computer INC. M4A785TD-V EVO acpi at bios0 not configured mpbios0 at bios0: Intel MP Specification 1.4 ... -- Tero Koskinen

Re: Delock PCI Express serial card not recognized

2011-03-07 Thread Tero Koskinen
_pci.c at one point, but couldn't find anything special for these oxford cards. (I also didn't realize that first_offset = 0x1000, .uart_offset = 0x200 maps into 0x1000/0x1200 on OpenBSD, so I probably missed other things too.) -- Tero Koskinen

Delock PCI Express serial card not recognized

2011-03-07 Thread Tero Koskinen
rd Semiconductor OX16PCIE952 UARTs", */ + { PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_OX16PCIE952,0, 0 }, + { 0x, 0x, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x200, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x14, 0x200, COM_FREQ }, + }, + }, +#endif /* Oxford Semiconductor OX16PCI952 PCI Parallel port */ { /* "Oxford Semiconductor OX16PCI952 Parallel port", */ -- Tero Koskinen [1] http://www.delock.com/produkte/gruppen/pci-express/Delock_PCI_Express_2_x_Serial_89220.html

Re: ACPI not working on ASUS motherboard with AMD Phenon II

2010-01-26 Thread Tero Koskinen
On Wed, 27 Jan 2010 00:38:23 +0200 Tero Koskinen wrote: > Hi, ... > Partial because, acpidump dies at one point: > $ sudo acpidump > ... > Method(RDMB, 1) { > Acquire(ECMU, 0x1388) > Acquire(MLMU, 0x1388) >

ACPI not working on ASUS motherboard with AMD Phenon II

2010-01-26 Thread Tero Koskinen
hidev1: iclass 3/0, 17 report ids uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0 uhid1 at uhidev1 reportid 16: input=6, output=6, feature=0 uhid2 at uhidev1 reportid 17: input=19, output=19, feature=0 uhidev2 at uhub3 port 3 configuration 1 interface 0 "BTC USB Multimedia Keyboard" rev 1.10/1.00 addr 3 uhidev2: iclass 3/1 ukbd0 at uhidev2: 8 modifier keys, 6 key codes wskbd0 at ukbd0: console keyboard, using wsdisplay0 uhidev3 at uhub3 port 3 configuration 1 interface 1 "BTC USB Multimedia Keyboard" rev 1.10/1.00 addr 3 uhidev3: iclass 3/0, 3 report ids uhid3 at uhidev3 reportid 1: input=1, output=0, feature=0 uhid4 at uhidev3 reportid 2: input=3, output=0, feature=0 uhid5 at uhidev3 reportid 3: input=3, output=0, feature=8 vscsi0 at root scsibus3 at vscsi0: 256 targets softraid0 at root scsibus4 at softraid0: 1 targets sd3 at scsibus4 targ 0 lun 0: SCSI2 0/direct fixed sd3: 286173MB, 512 bytes/sec, 586082817 sec total root on sd0a swap on sd0b dump on sd0b -- Tero Koskinen

Re: 3G not navigate

2009-05-22 Thread Tero Koskinen
uot;debug" option gives you some hints. Also, using cu directly ("cu -s 460800 -l /dev/cuaU0") and sending AT commands gives you more hints. (For example, you might be required to give PIN code with AT+CPIN command.) -- Tero Koskinen

Re: Support for Brother HL1430

2007-12-16 Thread Tero Koskinen
ver. > Best regards. > > Rico. -- Tero Koskinen - http://iki.fi/tero.koskinen/

Re: anyone using netbeans ?

2007-11-28 Thread Tero Koskinen
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC netbeans-5.5p0 freefonts-0.10p0 ghostscript-fonts-8.11p0 jmk-fonts-3.0p0 sdl-ttf-2.0.8p3 terminus-font-4.20p0 jdk-1.5.0.13 -- Tero Koskinen - http://iki.fi/tero.koskinen/