Re: "make readmes" no longer builds individual ports' README.html files?

2011-08-11 Thread Emanuel Haupt
"Conrad J. Sabatier" wrote: > Having been away from FreeBSD for a while, I'm still catching up with > all the changes that took place while I was on hiatus, so bear with me > here. :-) > > Trying to construct the ports' README.html files with: > > cd /usr/ports > make readmes > > Much to my su

I want install driver pvrxxx

2011-08-11 Thread hasanhasanli Hasan
when I tried install pvrxxx from pvrxxx-20080409_1.tar this time I recive nex messages #cat /var/log/messages Aug 12 06:06:46 new kernel: cxm0: mem 0xf800-0xfbff irq 21 at device 9.0 on pci7 Aug 12 06:06:46 new kernel: cxm_iic0: on cxm0 Aug 12 06:06:46 new kernel: iicbb0: on cxm_

Driver 250

2011-08-11 Thread hasanhasanli Hasan
I tried do it in this version but I got following mistakes #uname -v FreeBSD 8.2-RELEASE-p2 #2: Wed Aug 10 05:38:17 UTC 2011 root@new.meclis.locla:/usr/obj/usr/src/sys/GENERIC #cd /sys/ #sh cxm-20101010.shar #cd dev/cxm/ #cc -o cxm_extract_fw cxm_extract_fw.c #./cxm_extract_fw hcwPVRP2.

Re: driver pvr250

2011-08-11 Thread Hugh
I've replied you in another private message. This is the information I've found on the freebsd Ports page. FBSD version: http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/pvr250/distinfo Update to the 2010-10-10 version of John Wehles repository. This now compiles and works fine on 7.x and 8.

Re: (no subject)

2011-08-11 Thread Matthew Seaman
Please don't cross-post between several different mailing lists. On 12/08/2011 04:07, hasanhasanli Hasan wrote: > Could you tell which one version of FreeBsd I can installed driver > PVR 250/350 and tell how can I install it. It is possible send > version of FreeBSD and port of the pvr250. There

driver pvr250

2011-08-11 Thread hasanhasanli Hasan
Hello everybody. Could you tell which one version of FreeBsd I can installed driver PVR 250/350 and tell how can I install it. It is possible send version of FreeBSD and port of the pvr250. Best regards Hasan ___ freebsd-questions@freebsd.org mailing l

Re: MFP recommendations

2011-08-11 Thread perryh
Jon Theil Nielsen wrote: > 2011/8/11 Michael > > On Aug 11, 2011, at 2:51 AM, Jon Theil Nielsen wrote: > > > 2011/8/10 Jon Theil Nielsen > > > ... my main goal is to be able to print over the network > > > via my FreeBSD station ... > > If you buy something like an Lexmark X543, you'll get all

Re: How to get ip address automatically from different dhcp server

2011-08-11 Thread dave jones
Hi Christopher, Thanks for your solution. It does help a lot, but there's one problem. For example, DHCP server is not started for some reason and my computer's ethernet cable is plugged. Once dhcp server started, I can't get the IP unless I unplug and then plug the ethernet cable. Do you know how

(no subject)

2011-08-11 Thread hasanhasanli Hasan
Hello everybody. Could you tell which one version of FreeBsd I can installed driver PVR 250/350 and tell how can I install it. It is possible send version of FreeBSD and port of the pvr250. Best regards Hasan ___ freebsd-questions@freebsd.org mailing

port build breaks at xmlto

2011-08-11 Thread Daryl Sayers
FreeBSD 7.4 I am having trouble building the xmlto port on FreeBSD 7.4. I am getting an error: ===> Building for xmlto-0.0.24 make all-am for xml in xmlif.xml xmlto.xml; do FORMAT_DIR=./format /usr/local/bin/bash ./xmlto -o man/man1 man ./doc/$xml ; done || ( RC=$?; exit $RC ) xmlto: /usr/p

Re: FreeBSD WIFI USB adapter

2011-08-11 Thread Warren Block
On Thu, 11 Aug 2011, Christian Barthel wrote: On Thu, Aug 11, 2011 at 04:27:29PM -, b...@taiotoshi.org wrote: Folks: I have a Dell XPS Studio laptop with a broadcom wifi adapter built in. I've had no luck trying to compile in the BWI option into the kernel to get it to work and think that

Re: Has anyone been able to configure a Linksys E3000 using freebsd or pcbsd?

2011-08-11 Thread Mike Jeays
On Thu, 11 Aug 2011 17:27:39 -0700 Chuck Swiger wrote: > Hi-- > > On Aug 11, 2011, at 5:03 PM, eculp wrote: > > In a trade with a "friend", I ended up with a Linksys E3000. The only > > windows machine that I have is my wife's 10" laptop that doesn't have a > > dvd. I use FreeBSD or pcBSD fo

Re: Has anyone been able to configure a Linksys E3000 using freebsd or pcbsd?

2011-08-11 Thread Chuck Swiger
Hi-- On Aug 11, 2011, at 5:03 PM, eculp wrote: > In a trade with a "friend", I ended up with a Linksys E3000. The only > windows machine that I have is my wife's 10" laptop that doesn't have a dvd. > I use FreeBSD or pcBSD for everything, workstations, servers, etc. I need to > configure thi

Has anyone been able to configure a Linksys E3000 using freebsd or pcbsd?

2011-08-11 Thread eculp
In a trade with a "friend", I ended up with a Linksys E3000. The only windows machine that I have is my wife's 10" laptop that doesn't have a dvd. I use FreeBSD or pcBSD for everything, workstations, servers, etc. I need to configure this thing but can't find any instructions on web base

Re: ports make search not working in jails

2011-08-11 Thread Alejandro Imass
On Thu, Aug 11, 2011 at 7:38 PM, Jason Helfman wrote: > On Thu, Aug 11, 2011 at 11:05:14AM -0400, Alejandro Imass thus spake: >> >> On Thu, Aug 11, 2011 at 10:15 AM, Alejandro Imass wrote: >>> [...] >> Never mind. It's a specific couple of jails that doesn't work and I >> never tried to fetchind

Re: ports make search not working in jails

2011-08-11 Thread Jason Helfman
On Thu, Aug 11, 2011 at 11:05:14AM -0400, Alejandro Imass thus spake: On Thu, Aug 11, 2011 at 10:15 AM, Alejandro Imass wrote: Hi, I have been using Jails and EzJail for a while now and everything works perfectly except for make search in the ports collection insisde a jail. Never mind. It'

Re: FreeBSD WIFI USB adapter

2011-08-11 Thread Christian Barthel
On Thu, Aug 11, 2011 at 04:27:29PM -, b...@taiotoshi.org wrote: > > Folks: > > > > I have a Dell XPS Studio laptop with a broadcom wifi adapter built in. > > I've had no luck trying to compile in the BWI option into the kernel to > > get it to work and think that buying a cheap usb WIFI adapt

Re: How to turn off screen blanking

2011-08-11 Thread Al Plant
Aryeh Friedman wrote: I have a kiosk system I am almost done building and the last snag is attempting to make it so idle time (no keyboard or mouse attached) does not blank the screen. I have already tried the following: vidcontrol -S off disabling acpi and apmd from the kernel config enabling

Re: FreeBSD WIFI USB adapter

2011-08-11 Thread Pierre-Luc Drouin
Isn't the Intel 3000 AGN supported by FreeBSD? I thought it was? On Thu, Aug 11, 2011 at 1:27 PM, Jerry wrote: > On Thu, 11 Aug 2011 16:27:29 - > b...@taiotoshi.org articulated: > >> Folks: >> >> I have a Dell XPS Studio laptop with a broadcom wifi adapter built >> in. I've had no luck trying

Re: Alternative windowmanagers

2011-08-11 Thread Chad Perrin
On Thu, Aug 11, 2011 at 11:23:15AM +0200, Polytropon wrote: > On Fri, 5 Aug 2011 21:12:14 +0200, Christian Barthel wrote: > > > > As a Gnome 2.3x user too, I am also a bit nervouse. Gnome 3 is a big > > mistake. And there are also rumors that Gnome will be Linux only. > > Xfce is said to be, too.

How can I unblur emacs and firefox menu fonts.

2011-08-11 Thread akshay sreeramoju
Hi, My emacs and firefox, and maybe other apps, display is blurred? On emacs the content itself is clear, just the menu is blurred ( http://s1202.photobucket.com/albums/bb375/aksreera/?action=view¤t=emacs.jpg ). On firefox both content and menu are blurred ( http://s1202.photobucket.com/albums/bb3

Re: MFP recommendations

2011-08-11 Thread Jon Theil Nielsen
2011/8/11 Michael > > On Aug 11, 2011, at 2:51 AM, Jon Theil Nielsen wrote: > > > 2011/8/10 Jon Theil Nielsen > > > > Since my main goal is to be able to print over the network via my FreeBSD > > station, I could put in another way: > > Can I expect that printers known to be supported by HPLIP (

Re: FreeBSD WIFI USB adapter

2011-08-11 Thread Jerry
On Thu, 11 Aug 2011 16:27:29 - b...@taiotoshi.org articulated: > Folks: > > I have a Dell XPS Studio laptop with a broadcom wifi adapter built > in. I've had no luck trying to compile in the BWI option into the > kernel to get it to work and think that buying a cheap usb WIFI > adapter is the

FreeBSD WIFI USB adapter

2011-08-11 Thread bud
Folks: I have a Dell XPS Studio laptop with a broadcom wifi adapter built in. I've had no luck trying to compile in the BWI option into the kernel to get it to work and think that buying a cheap usb WIFI adapter is the quickest way to make wireless 802.11 b/g work. Realizing that some chip sets

Re: ports make search not working in jails

2011-08-11 Thread Alejandro Imass
On Thu, Aug 11, 2011 at 10:15 AM, Alejandro Imass wrote: > Hi, > > I have been using Jails and EzJail for a while now and everything > works perfectly except for make search in the ports collection insisde > a jail. > Never mind. It's a specific couple of jails that doesn't work and I never tried

gphoto2 and ugen?

2011-08-11 Thread Anton Shterenlikht
I used to be able to access pics on my digital camera via usb using gphoto2. Now all I get is: ugen0.2: at usbus0 (disconnected) Has anything changed recently in usb support? I don't have ugen(4) in the kernel. Should I add it? I'm pretty sure I was able to access pics with no ugen(4). Many

ports make search not working in jails

2011-08-11 Thread Alejandro Imass
Hi, I have been using Jails and EzJail for a while now and everything works perfectly except for make search in the ports collection insisde a jail. Otherwise the ports provided by the basejail works perfectly but I get this error when I try make search: The search target requires INDEX-8. Pleas

Re: [freebsd-questions] FreeBSD supported versions (UNCLASSIFIED)

2011-08-11 Thread Ruben de Groot
On Thu, Aug 11, 2011 at 12:45:23PM +0100, Howard Jones typed: > On 11/08/2011 12:37, Daniel Staal wrote: > > > > (Well, ok, given the current release structure having an update today > > means you are in a supported branch, and that supported branch will > > continue to get updates for the foreseea

Re: [freebsd-questions] FreeBSD supported versions (UNCLASSIFIED)

2011-08-11 Thread Howard Jones
On 11/08/2011 12:37, Daniel Staal wrote: > > (Well, ok, given the current release structure having an update today > means you are in a supported branch, and that supported branch will > continue to get updates for the foreseeable future. But that still > does not tell me when the branch is likely

Re: mysql client(s)

2011-08-11 Thread Ruben de Groot
First hit on google: http://www.google.com/search?q=mysqlnd On Thu, Aug 11, 2011 at 01:31:11PM +0200, Dick Hoogendijk typed: > PhpMyAdmin shows: > > Server: Localhost via UNIX socket > Server version: 5.5.15 > Protocol version: 10 > User: root@localhost > MySQL charset: UTF-

Re: extracting text from docx files

2011-08-11 Thread Ruben de Groot
There are several docx converters online (google docx2pdf). Haven't tried them though. LibreOffice handles docx quite well. On Thu, Aug 11, 2011 at 12:22:22PM +0100, Anton Shterenlikht typed: > On Thu, Aug 11, 2011 at 12:14:51PM +0200, Polytropon wrote: > > On Tue, 9 Aug 2011 21:16:11 +0200, Chri

Re: FreeBSD supported versions (UNCLASSIFIED)

2011-08-11 Thread Daniel Staal
--As of August 10, 2011 6:42:58 PM -0700, Michael Sierchio is alleged to have said: man freebsd-update --As for the rest, it is mine. That doesn't help with the question being asked. The question is 'Will there be updates (as necessary) for this version of the OS in the future?'. Freebsd-

mysql client(s)

2011-08-11 Thread Dick Hoogendijk
PhpMyAdmin shows: Server: Localhost via UNIX socket Server version: 5.5.15 Protocol version: 10 User: root@localhost MySQL charset: UTF-8 Unicode (utf8) Apache/2.2.19 (FreeBSD) mod_ssl/2.2.19 OpenSSL/0.9.8q DAV/2 PHP/5.3.6 with Suhosin-Patch MySQL client version: mysqlnd 5.

Re: extracting text from docx files

2011-08-11 Thread Anton Shterenlikht
On Thu, Aug 11, 2011 at 12:14:51PM +0200, Polytropon wrote: > On Tue, 9 Aug 2011 21:16:11 +0200, Christian Barthel wrote: > > On Tue, Aug 09, 2011 at 02:36:32PM +0100, Anton Shterenlikht wrote: > > > I often receive information in *.docx format > > > from my MS using colleagues. Sometimes I can > >

Re: extracting text from docx files

2011-08-11 Thread Polytropon
On Tue, 9 Aug 2011 21:16:11 +0200, Christian Barthel wrote: > On Tue, Aug 09, 2011 at 02:36:32PM +0100, Anton Shterenlikht wrote: > > I often receive information in *.docx format > > from my MS using colleagues. Sometimes I can > > ask for a pdf (or similar) instead, but not always. > > You have a

Re: MFP recommendations

2011-08-11 Thread Jon Theil Nielsen
2011/8/10 Jon Theil Nielsen > Hi list, > > I want to buy another printer to use mainly with Windows. Even though I > have no good feelings about those devises, that claims to be able to do > everything I need. Even though, I need a better scanner with ADF and duplex > printing (it need to be able

Re: Alternative windowmanagers

2011-08-11 Thread Polytropon
On Fri, 5 Aug 2011 21:12:14 +0200, Christian Barthel wrote: > As a Gnome 2.3x user too, I am also a bit nervouse. Gnome 3 is a big > mistake. And there are also rumors that Gnome will be Linux only. Xfce is said to be, too. :-) > I am not very interested in eyecandy: I want a stable and fast wm

Your message to Scottish awaits moderator approval

2011-08-11 Thread scottish-bounces
Your mail to 'Scottish' with the subject Mail System Error - Returned Mail Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notif