Re: irq conflict laptop with 5.1-current

2003-10-30 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Ronald Klop [EMAIL PROTECTED] writes: : How van I solve this? : arp: unknown hardware address format (0x2063) : arp: unknown hardware address format (0x) I think you might have been the person to file a pr on this. In any event, I broke ep a while

Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-23 Thread M. Warner Losh
In message: [EMAIL PROTECTED] D J Hawkey Jr [EMAIL PROTECTED] writes: : True or False: Setting CPUTYPE to the lowest target CPU (p2) in : a build machine's make.conf will cripple the performance of target : machines with higher CPUs (p3, p4, i586, i686, etc.). False. It might have a

Re: Forged e-mails

2003-01-05 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Greg 'groggy' Lehey [EMAIL PROTECTED] writes: : On Sunday, 5 January 2003 at 20:53:41 -0700, Brett Glass wrote: : It has come to my attention that an unknown party has been sending messages : to several of the FreeBSD mailing lists from the address

Re: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread M. Warner Losh
Is there any reason that RFCOMM doesn't give full tty support, like the various USB modem drivers do? That's likely the best way to deal with this. Then ppp or whatever application you want will just work. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions

Re: PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Maksim Yevmenkin [EMAIL PROTECTED] writes: : So you see it is probably possible to build a tty-like interface, : but i do not think it really worth the trouble. In fact one : can do it right now with the help of nmdm(4) driver. It is a : simple wrapper

Re: [PATCH] PPP in -direct mode does not execute any chat scripts

2003-02-03 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Maksim Yevmenkin [EMAIL PROTECTED] writes: : Dear Hackers, : : Please find attached patch that adds new option to the PPP. : : : run-scripts-in-direct-mode : Default: Disabled. This allows to run chat scripts in : direct mode. : : did i

Re: dmesg showing wrong frequency (IBM T30)

2003-07-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Poul-Henning Kamp [EMAIL PROTECTED] writes: : [*] Known in certain circles as a Warnering your laptop :-) Hmmm, melted plastic sure smells good in the morning :-) After replacing my fiva keyboard, I'm quite happy with it again. Warner

Re: dmesg showing wrong frequency (IBM T30)

2003-07-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Darryl Okahata [EMAIL PROTECTED] writes: : [*] Known in certain circles as a Warnering your laptop :-) : : Which can be solved by carefully watering your laptop. Beer will do : as well ;) : : It might be more useful to apply water (well, beer)

Re: SGI's STL (Standard Template Library) in base system?

2002-07-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Andreas Ntaflos [EMAIL PROTECTED] writes: : Is the Standard Template Library somehow contained in the base : system of FreeBSD? Yes. : But if I have to install the port, is it any good? Is it useable? The stl in the base is adequate for most

Re: Missing vendor info for generic Realtek clone (FBSD4.6)

2002-10-19 Thread M. Warner Losh
In message: 004601c276df$12e75410$[EMAIL PROTECTED] Kutulu [EMAIL PROTECTED] writes: : What steps can I take to locate the correct pccard configuration to use this : card? The rl driver is a cardbus driver, which is only supported in -current. 5.0 will be released soon, and that will

Re: Undefined symbol __stderrp may be re:__stdiooutp

2002-11-14 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Andrew Stuart [EMAIL PROTECTED] writes: : : I am running a recent -stable (built yesterday matter of fact). and am : getting: : : # uvscan : /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol : __stderrp : : I have rebuilt world and uvscan

Re: Undefined symbol __stderrp may be re:__stdiooutp

2002-11-14 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Andrew Stuart [EMAIL PROTECTED] writes: : I had that in one box, It didnt seem to help, I went in and made clean, : then rebuilt world and it fixed it. The second was using compat3 from : ports, which hasnt been updated yet (as you probably already know)

Re: Undefined symbol __stderrp may be re:__stdiooutp

2002-11-14 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Andrew Stuart [EMAIL PROTECTED] writes: : misc/compat3x : which tries to install compat3x-20020925.tar.gz : : quite a few ports rely on it.. or at least i thought so.. at least : security/vscan does. OK. I've set the wheels in motion to get this

Re: smc wireless adhoc

2002-11-21 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Bognr, Attila [EMAIL PROTECTED] writes: : What other suggestions do you have? adhoc mode sucks really badly on -stable. I'd use hostap. Alternatively, I'd use ibss-create if you really want to run in 'adhoc' mode. Normal adhoc sucks between cards that

Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread M. Warner Losh
You have the right relevant lines in your kernel config. However, if you are using a ISA bus pcmcia bridge, you cannot share interrupts with other cards at all. The hardware simply does not allow for it. If you are using the PCI adapter, then it should just work. I've shared interrupts with pci

Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Viny [EMAIL PROTECTED] writes: : pci0: unknown card (vendor=0x10b5, dev=0x9050) at 11.0 irq 15 This is the problem. Ther's no 10b5/9050 ID in if_wi_pci.c. The following patch might do the trick for you. It is relative to -current, but a similar patch

Re: ad-hoc wireless mode and ticks (fwd)

2003-03-04 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Wilko Bulte [EMAIL PROTECTED] writes: : Inquiring minds will ask soon anyway: what rev is 'new enough' ? wi man page says: Lucent cards prior to firmware version 6.0.4 do not support IBSS mode. but the source code says: if

Re: ad-hoc wireless mode and ticks (fwd)

2003-03-04 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Greg 'groggy' Lehey [EMAIL PROTECTED] writes: :Feel a little confused with the ad-hoc mode set by wicontrol -p : 3, is it Lucent ad-hoc mode instead of the standard IEEE ad-hoc : mode (IBSS). : : Correct. It's generally called demo ad-hoc mode. -p

Re: FBSD 5.0 diskless environment does not work!

2003-03-11 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Hartmann, O. [EMAIL PROTECTED] writes: : Can anyone help? Has someone a runnng diskless FBSD 5.0-R/5-CURRENT : environment? I fixed a couple of bugs in the /etc/rc.d files that broke diskless boots about a month or two so after 5.0-RELEASE. It would have

Re: building KLDs in RELENG_4

2005-03-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Peter C. Lai [EMAIL PROTECTED] writes: : Is there a way to build kernel modules by themselves without having to : build the entire kernel? I am adding umass support to a 4.x machine but : I don't want to build the entire kernel. I already have scbus, but I

Re: building KLDs in RELENG_4

2005-03-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Peter C. Lai [EMAIL PROTECTED] writes: : On Thu, Feb 24, 2005 at 09:59:01AM -0600, Scot Hetzel wrote: : On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai [EMAIL PROTECTED] wrote: : Is there a way to build kernel modules by themselves without having to :

Re: Digi PCI / XEM 16-Port

2004-08-23 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Kyle Mott [EMAIL PROTECTED] writes: : I have tried several times now to compile a GENERIC kernel on : 4.10-STABLE with dgm0 (Digi Ports/16em, PCI version!) enabled, and have : had no luck. Can anyone give me pointers? Right now, it's not showing up : in

Re: to list all the devices in freebsd definition analyse

2005-11-27 Thread M. Warner Losh
In message: [EMAIL PROTECTED] kylin [EMAIL PROTECTED] writes: : i can use pciconf in freebsd to list the pci device ,but how to list : the device tree in freeebsd? devinfo -v : i got some anornymous definition on devclass driver and device that : differ from the current man page : i

HP OfficeJet 4215 Scanner question

2006-03-30 Thread M. Warner Losh
[[ please CC me on any reply, I'm not on this list ]] Greetings, I was wondering if anybody had any luck getting an HP OfficeJet 4125 working on FreeBSD. I plugged it into my 6.1-beta4 system, and it was recognized as a printer. However, my attempts to get sane to access the scanner portion

Re: HP OfficeJet 4215 Scanner question

2006-03-30 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Danny Pansters [EMAIL PROTECTED] writes: : On Friday 31 March 2006 02:45, M. Warner Losh wrote: : [[ please CC me on any reply, I'm not on this list ]] : : Greetings, : : I was wondering if anybody had any luck getting an HP OfficeJet 4125 : working

Best way to print photos

2006-03-30 Thread M. Warner Losh
Let us suppose that I have a HP DeskJet 5850 that I can talk to via CUPS. I can print test pages w/o any problem. What are my options to print photos and what kind of quality can I expect relative to Windows? Warner ___ freebsd-questions@freebsd.org

Re: Best way to print photos

2006-03-31 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Donald J. O'Neill [EMAIL PROTECTED] writes: : On Friday 31 March 2006 00:08, M. Warner Losh wrote: : Let us suppose that I have a HP DeskJet 5850 that I can talk to via : CUPS. I can print test pages w/o any problem. : : What are my options to print

Re: Best way to print photos

2006-03-31 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Bob Johnson [EMAIL PROTECTED] writes: : On 3/31/06, M. Warner Losh [EMAIL PROTECTED] wrote: : Let us suppose that I have a HP DeskJet 5850 that I can talk to via : CUPS. I can print test pages w/o any problem. : : What are my options to print photos

Re: Best way to print photos

2006-03-31 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Donald J. O'Neill [EMAIL PROTECTED] writes: : On Friday 31 March 2006 10:37, M. Warner Losh wrote: : Bob, : : Thanks for the tips. I have these ports installed, but am tripping : over something stupidly basic: what converts the pict0001.jpg

Re: Best way to print photos

2006-03-31 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Donald J. O'Neill [EMAIL PROTECTED] writes: : On Friday 31 March 2006 11:56, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : : Donald J. O'Neill [EMAIL PROTECTED] writes: : : On Friday 31 March 2006 10:37, M. Warner Losh wrote

Re: Best way to print photos

2006-03-31 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Donald J. O'Neill [EMAIL PROTECTED] writes: : On Friday 31 March 2006 14:16, Bob Johnson wrote: : : In principle, an application feeds it to CUPS, CUPS feeds it to : GhostScript, and GhostScript uses the HPIJS driver to print it. Or : something like

Re: Best way to print photos

2006-04-03 Thread M. Warner Losh
OK. I got bordered photo printing working. I haven't gotten borderless printing working, alas. The key points I learned: (1) Install print/cups. (2) Install graphics/hpijs. This filters .ps - goo the printer groks (3) Install graphics/gimp. This makes .ps files (4) Kill lpr/lpd before

Re: Best way to print photos

2006-04-03 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Vayu [EMAIL PROTECTED] writes: : On Monday 03 April 2006 12:27, M. Warner Losh wrote: : OK. I got bordered photo printing working. I haven't gotten : borderless printing working, alas. : : The key points I learned: : : (1) Install print/cups

Re: Best way to print photos

2006-04-04 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Vayu [EMAIL PROTECTED] writes: : On Monday 03 April 2006 22:17, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Vayu [EMAIL PROTECTED] writes: : : On Monday 03 April 2006 12:27, M. Warner Losh wrote: : : OK. I got bordered photo

Re: Best way to print photos

2006-04-04 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Norberto Meijome [EMAIL PROTECTED] writes: : On Mon, 3 Apr 2006 23:10:16 -0700 : Vayu [EMAIL PROTECTED] wrote: : : : Step 6 is just 'sudo rm -f /usr/bin/lp?*'. /usr/bin/lp is mildly : useful, and will be recreated. : : What do you mean will

Re: Atmel WLAN Driver

2003-12-22 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Daan Vreeken [PA4DAN] [EMAIL PROTECTED] writes: : (to stop cross-posting please 'cc' follow-ups to -questions) : : On Monday 22 December 2003 19:10, Markus Kovero wrote: : Hi. I Have Belkin 11MBps wlan adapter F5D6020 ver.2 that uses atmel : chipset. I

Re: couldn't map memory

2004-09-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Richard Lynch [EMAIL PROTECTED] writes: : The bfe_attach function which is getting registered with the Device as a : callback is being called, and eventually reaches the line where it : attempts to do: : sc-bfe_res = bus_alloc_resource(dev, SYS_RES_MEMORY,

Re: missing kernel and kernel.old

2004-10-31 Thread M. Warner Losh
because the kernel now lives in /boot/kernel Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit ?binaries?

2008-10-27 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Oliver Fromme [EMAIL PROTECTED] writes: : Daniel O'Connor wrote: : On Friday 24 October 2008 23:20:59 Peter Jeremy wrote: : this will make system trying to bind 32-bit libs to 64-bit program. it : can't work : :rtld shouldn't attempt to

Re: Nanobsd Memory Backed Disks

2010-01-13 Thread M. Warner Losh
In message: 4d7dd86f1001130347k75ec7dcfhf6adf2a852210...@mail.gmail.com David N david...@gmail.com writes: : I've been poking around /etc/rc.diskless and other rc's. I can't seem : to find what script loads the md. : Its not in /etc/fstab : : Does anyone know where it is? : Also how

Re: what is the init entrance for pci bus scan in FREEbsd?

2005-06-05 Thread M. Warner Losh
In message: [EMAIL PROTECTED] kylin [EMAIL PROTECTED] writes: : Now i am coding a fake pcihotplug module in Freebsd 5.3 release, : it contains two parts ,the userplace using a ioctl way to communicate : with an cdev in /dev, and the kernel module which : mainly operates on the

Re: what is the init entrance for pci bus scan in FREEbsd?

2005-06-06 Thread M. Warner Losh
In message: [EMAIL PROTECTED] kylin [EMAIL PROTECTED] writes: : On 6/6/05, M. Warner Losh [EMAIL PROTECTED] wrote: : I'm not sure I understand what you are getting at here. First, devd : already provides 95% of the infrastructure to do things when devices : are added to the system

Re: congrlations to the freebsd developers

2007-11-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Aryeh M. Friedman [EMAIL PROTECTED] writes: : After having the help of several developers to resolve hw issues on my : machine I have set up a 2 dual boot enviroment between 8-current (for : desktop use) and vista.I am just writting to say 8-current

Re: get/set ifconfig entries through by programmatically

2007-06-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] bsenthil [EMAIL PROTECTED] writes: : Is it possible to get/set ifconfig entries through by programmatically. : If yes, please send me the code snippet ... : : I am trying to get/set ipaddress by executing the command ifconfig . To get the addresses,

Re: Example network protocol implementation

2006-12-09 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Vishal Patil [EMAIL PROTECTED] writes: : Could someone point me to an example that shows a SIMPLE network protocol : implemented over TCP/IP inside the FreeBSD kernel. I think I could look at : the NFS client driver but is there an example simpler than

Re: problem mounting digital camera

2007-01-14 Thread M. Warner Losh
In message: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: : I am having a problem mounting my digital camera, it is a Nikon Coolpix : 7600. It shows up in dmesg: : ugen0: NIKON NIKON DSC E7600-PTP, rev 2.00/1.00, addr 2 : : and from usbdevs: : addr 2: NIKON DSC E7600-PTP,

Re: make .if exists problem/question

2005-08-25 Thread M. Warner Losh
Yes. The thing to keep in mind is that much of the .if stuff is done at parsing or rule construction time. So if you change something (creating a file, say), then that condition won't be re-evaluated. For the specific example given, one could replace much of the goo with: target: foobar

Re: Will USB serial ever be fixed?

2005-09-09 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Paul Marciano [EMAIL PROTECTED] writes: : Even to the point that it will be hard for you to : effect change because people don't take you : seriously. : : I don't want to effect change, I just want a working : system. If the system isn't working for

Re: nvi for serious hacking

2005-10-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Gary Kline [EMAIL PROTECTED] writes: : vi was the first screen/cursor-based editor in computer : history. Are you sure about this? I was using screen oriented editors over a 1200 baud dialup line in 1977 on a PDP-11 running RSTS/E on a

Re: Root exploit for FreeBSD

2009-12-12 Thread M. Warner Losh
In message: 20091210095122.a164bf95.wmo...@potentialtech.com Bill Moran wmo...@potentialtech.com writes: : In response to Anton Shterenlikht me...@bristol.ac.uk: : : From my information security manager: : : FreeBSD isn't much used within the University (I understand) and has