Re: Reprobing of devices after module load?

2011-11-21 Thread Paul B. Mahol
On 11/21/11, John Baldwin j...@freebsd.org wrote: On Friday, November 18, 2011 11:48:20 am Paul B. Mahol wrote: Hi, Is there nice way in FreeBSD to force reprobe of devices for specific driver like it is done when kernel module is loaded (via DRIVER_MODULE(...) stuff)? Note that those

Reprobing of devices after module load?

2011-11-18 Thread Paul B. Mahol
Hi, Is there nice way in FreeBSD to force reprobe of devices for specific driver like it is done when kernel module is loaded (via DRIVER_MODULE(...) stuff)? ___ freebsd-hackers@freebsd.org mailing list

Re: Remove printf in acpi_tz_sanity()

2010-11-22 Thread Paul B Mahol
On 11/22/10, Andriy Gapon a...@freebsd.org wrote: on 22/11/2010 01:18 Paul B Mahol said the following: On Sun, Nov 21, 2010 at 9:17 PM, Andriy Gapon a...@freebsd.org wrote: As is - this is a perfect candidate for a local only patch. To be included into the tree - this, most probably, has

Remove printf in acpi_tz_sanity()

2010-11-21 Thread Paul B Mahol
This patch removes printf which spams console whenever thermal state is changed in laptop. Source of problem is in buggy BIOS. diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c index 515a742..00866b2 100644 --- a/sys/dev/acpica/acpi_thermal.c +++

Re: Remove printf in acpi_tz_sanity()

2010-11-21 Thread Paul B Mahol
On Sun, Nov 21, 2010 at 9:17 PM, Andriy Gapon a...@freebsd.org wrote: on 21/11/2010 13:07 Paul B Mahol said the following: This patch removes printf which spams console whenever thermal state is changed in laptop. Source of problem is in buggy BIOS. diff --git a/sys/dev/acpica/acpi_thermal.c

Re: kmod if_alc in 8-CURRENT

2010-10-21 Thread Paul B Mahol
On 10/21/10, Matthias Apitz g...@unixarea.de wrote: Hello, I have on my laptop a kernel based on CVS from May 2009, i.e. 8-CURRENT at this time. I now need support for Atheros AR813x/AR815x PCIe Ethernet, the kmod if_alc.ko. That's why I did: # cd /usr/src/sys/dev # cvs update -d -r

Re: kmod if_alc in 8-CURRENT

2010-10-21 Thread Paul B Mahol
On 10/21/10, Matthias Apitz g...@unixarea.de wrote: El dia Thursday, October 21, 2010 a las 08:35:09PM +0200, Paul B Mahol escribio: # cd /usr/src # make buildkernel KERNCONF=GENERIC does not build the module if_alc.ko What I'm missing? Or what is the correct way to get this module

Re: Improve OptionalObsoleteFiles.inc

2010-10-04 Thread Paul B Mahol
On 10/4/10, Alexander Leidinger alexan...@leidinger.net wrote: Quoting Paul B Mahol one...@gmail.com (from Sun, 3 Oct 2010 13:53:26 +): Hi, diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index d3aa4b2..2123107 100644 --- a/tools/build

Re: Improve OptionalObsoleteFiles.inc

2010-10-04 Thread Paul B Mahol
On 10/4/10, Peter Pentchev r...@ringlet.net wrote: On Mon, Oct 04, 2010 at 11:01:45AM +, Paul B Mahol wrote: On 10/4/10, Alexander Leidinger alexan...@leidinger.net wrote: Quoting Paul B Mahol one...@gmail.com (from Sun, 3 Oct 2010 13:53:26 +): Hi, diff --git a/tools/build

Improve OptionalObsoleteFiles.inc

2010-10-03 Thread Paul B Mahol
Hi, diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index d3aa4b2..2123107 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -141,6 +141,7 @@ OLD_FILES+=usr/share/man/man8/authpf.8.gz .endif

Re: help needed to fix contrib/ee crash/exit when receiving SIGWINCH

2009-10-23 Thread Paul B Mahol
On 10/23/09, Alexander Best alexbes...@math.uni-muenster.de wrote: Nate Eldredge schrieb am 2009-10-23: On Fri, 23 Oct 2009, Antony Mawer wrote: On Fri, Oct 23, 2009 at 1:35 PM, Alexander Best alexbes...@math.uni-muenster.de wrote: hi everyone, together with hugh mahon (the author of ee)

Re: sysinstall colours

2009-10-10 Thread Paul B Mahol
On 10/9/09, Alexander Best alexbes...@math.uni-muenster.de wrote: hi there, sysinstall is probably one of those ancient relics everybody tries to avoid dealing with from a developers point of view but i just found this beautiful screenie of a (probably) ncurse-based installer:

Re: Zero-length allocation with posix_memalign()

2009-07-05 Thread Paul B. Mahol
On 7/5/09, Fabian Keil freebsd-lis...@fabiankeil.de wrote: I recently submitted a patch to the vlc developers that prevents a crash on FreeBSD 8.0 by not calling posix_memalign() with a size argument of zero. A simplified test case would be: #include stdlib.h int main(int argc, char

Re: mmap/munmap with zero length

2009-07-04 Thread Paul B. Mahol
On 7/4/09, Alexander Best alexbes...@math.uni-muenster.de wrote: i'm wondering why mmap and munmap behave differently when it comes to a length argument of zero. allocating memory with mmap for a zero length file returns a valid pointer to the mapped region. there is V flag for malloc.conf

Re: 7.2-PRERELEASE hangs every time after running airodump-ng on ath0 for a few hours

2009-06-10 Thread Paul B. Mahol
On 6/10/09, Yuri y...@rawbw.com wrote: I got this hang twice in the last day. After 2-3 hours of continuously run airodiump-ng (from net-mgmt/aircrack-ng) system stops responding to any mouse/keyboard clicks. Why would aircrack-ng hang the system? Bugs in ath(4) and device itself can hang

Re: Getting rid of pxeboot loader requests for .gz an .bz2 files

2009-05-31 Thread Paul B. Mahol
On 5/31/09, Jedrzej Kalinowski kalin...@iem.pw.edu.pl wrote: Hello, I've got a FreeBSD CURRENT diskless boot set up. In the logs of tftpd-hpa I can see that every and each file from boot.4th to kernel modules is tried to be fetched in compressed format (.gz, .bz2) before it is loaded in its

Re: diagnosing freezes (DRI?)

2009-04-11 Thread Paul B. Mahol
On 4/11/09, xorquew...@googlemail.com xorquew...@googlemail.com wrote: On 2009-04-11 02:30:40, Paul B. Mahol wrote: If it locks under X11 then use debug.debugger_on_panic=0 sysctl. Not doing this will increase drasticaly chances of locking whole system and not providing any debug data. I

Re: diagnosing freezes (DRI?)

2009-04-10 Thread Paul B. Mahol
On 4/10/09, xorquew...@googlemail.com xorquew...@googlemail.com wrote: On 2009-04-10 13:31:33, Robert Noland wrote: If it is locking the whole system, then a core is really our best shot. If you can extract anything useful from xorg.log or setting hw.dri.0.debug that also might be of use.

Re: CURRENT sees only /dev/ad2s1a, but not /dev/ad3s1a

2009-04-02 Thread Paul B. Mahol
On 4/2/09, Matthias Apitz g...@unixarea.de wrote: El día Friday, March 27, 2009 a las 05:52:40PM +0100, Paul B. Mahol escribió: On 3/27/09, Matthias Apitz g...@unixarea.de wrote: Hello, When I boot my EeePC from USB key (/dev/da0s1a) -CURRENT it sees the two SSD only as $ ls

Re: CURRENT sees only /dev/ad2s1a, but not /dev/ad3s1a

2009-03-27 Thread Paul B. Mahol
On 3/27/09, Matthias Apitz g...@unixarea.de wrote: Hello, When I boot my EeePC from USB key (/dev/da0s1a) -CURRENT it sees the two SSD only as $ ls -l /dev/ad* /dev/ad2 /dev/ad2s1 /dev/ad2s1a /dev/ad3 /dev/ad3a I can mount /dev/ad2s1a but ofc not /dev/ad3s1a; when I'm booting the

Re: Atheros wireless card keeps losing signal when signal is too weak

2009-03-26 Thread Paul B. Mahol
On 3/26/09, Yuri y...@rawbw.com wrote: Sam Leffler wrote: Those parameters control the roaming algorithm. The OP didn't identify their card, freebsd version, or provide any info about their setup or why ifconfig reports no carrier. It just sounds like there's a loss in the signal and

Re: Atheros wireless card keeps losing signal when signal is too weak

2009-03-25 Thread Paul B. Mahol
On 3/25/09, Yuri y...@rawbw.com wrote: I have Linux box sitting next to FreeBSD box that has a very cheap Airlink 101 card but it has no problems connecting to my WiFi network. Every time when Linux box says that quality of connection drops below 10/100 FreeBSD box shows status: no carrier.

Re: How to troubleshoot why ath0 can't connect to a passwordless wireless network?

2009-02-12 Thread Paul B. Mahol
On 2/10/09, Yuri y...@rawbw.com wrote: Quoting Sam Leffler s...@freebsd.org: You seem to say your network is open (no security). If not you need to show your network configuration. That's right, network is open (no security). tcpdump can be used to tap traffic at 3 layers: 802.3, 802.11,

Re: KLD: program.ko: depends of kernel - no avaiable

2009-01-20 Thread Paul B. Mahol
On 1/20/09, Jacky Oh assaulter0...@gmail.com wrote: Hi, I'm writing a syscall module and he compiles well but at load time, kldload shows: KLD: program.ko: depends of kernel - no avaiable program.ko expect kernel that is not currently running. This usually means that kernel which you are

Re: PRINTF_BUFR_SIZE in freebsd6

2008-12-17 Thread Paul B. Mahol
On 12/17/08, pluknet pluk...@gmail.com wrote: 2008/12/17 Paul B. Mahol one...@gmail.com: On 12/17/08, pluknet pluk...@gmail.com wrote: 2008/12/17 pluknet pluk...@gmail.com: 2008/12/16 Kostik Belousov kostik...@gmail.com: On Tue, Dec 16, 2008 at 03:23:28PM +0300, pluknet wrote: Hi. Could

Re: mounting Mac OS .dmg files?

2008-11-22 Thread Paul B. Mahol
On 11/22/08, Christoph Kukulies [EMAIL PROTECTED] wrote: Since the underlying OS of Mac OS is FreeBSD Wrong. I'm wondering whether itr is possible to mount a .dmg file as it is used in Apple software distribution for the Mac OS. I would like to install an Apple iPhone configuration utility

Re: How to troubleshoot wireless problem?

2008-11-03 Thread Paul B. Mahol
On 11/3/08, Yuri [EMAIL PROTECTED] wrote: My FreeBSD is able to connect to WiFi WEP network 95% of time. But 5% of time either ifconfig shown not associated status or dhclient fails to get IP address or name resolution isn't functioning after DHCP exchange is complete. Signal strength is

Re: Sysinstall is still inadequate after all of these years / sorry I started flame war

2008-07-04 Thread Paul B. Mahol
On 7/4/08, Randy Bush [EMAIL PROTECTED] wrote: This is why there are precompiled packages on ftp.freebsd.org which you can install with 'pkg_add -r'. You can install them from any FTP mirror, actually; just point PACKAGEROOT at the mirror: why isn't this stuff in the docs? oh, it is! silly

Re: [Fwd: Re: Problems with ieee80211 dependencies...]

2008-06-28 Thread Paul B. Mahol
I dont have such problem with CURRENT; all ieee80211 stuff are build as modules for me, but my conf is different, firewalls and dummynet are build as modules. But I was able to reproduce problem with your config file. Probably conflict arise somewhere within your last 4 lines in conf file. On

Re: command-line bittorrent utility

2008-06-27 Thread Paul B. Mahol
On 6/27/08, Kris Kennaway [EMAIL PROTECTED] wrote: Jille Timmermans wrote: (enhanced) ctorrent Seems to fail requirement a). Am I wrong? Kris enhanced ctorrent is actual ctorrent from ports. it doesnt use ncurses. ldd /usr/local/bin/ctorrent /usr/local/bin/ctorrent: libssl.so.5 =

Re: mplayer pauses when holding a window

2008-06-05 Thread Paul B. Mahol
I could not reproduce this with fvwm and mplayer (without esoud). But I am aware of following (fv)wm/Xorg issue/bug/feature: if you configured your window manager to not display window when moving it (instead wm display frame) all Xorg windows will be put in suspend state (music will stop playing,

Re: Failure to Project OOImpress

2008-03-17 Thread Paul B. Mahol
On 3/15/08, KAYVEN RIESE [EMAIL PROTECTED] wrote: On Sat, 15 Mar 2008, Paul B. Mahol wrote: Was it connected prior or after Xorg startup? I think we connected prior. Should we have? I had my computer turned off, and I booted it up. The projector was on during boot. I thought the boot

Re: Failure to Project OOImpress

2008-03-16 Thread Paul B. Mahol
, only with seconds monitors but that is different story. I hope that there are somebody over there with more experience with projectors than me. On 3/15/08, KAYVEN RIESE [EMAIL PROTECTED] wrote: On Sat, 15 Mar 2008, Paul B. Mahol wrote: Was it connected prior or after Xorg startup? I think we

Re: Failure to Project OOImpress

2008-03-14 Thread Paul B. Mahol
Was it connected prior or after Xorg startup? On 3/14/08, KAYVEN RIESE [EMAIL PROTECTED] wrote: Couldn't connect to projector for presentation. I was supposed to give a class presentation and we tried to hook my computer into the 15 pin female joint (sorry I forget what it is called three