CUPS and Windows Printers

2011-07-13 Thread James Colannino
Hey everyone, I've been Googling around, trying to figure out how to see Windows printers via CUPS on FreeBSD, but so far, all I've found are links describing how to share FreeBSD printers with Windows boxes. Can anyone tell me how I can connect to Windows printers via CUPS + Samba so that I

Re: CUPS and Windows Printers

2011-07-13 Thread James Colannino
On 07/13/11 20:59, Polytropon wrote: > Obtained by a google search. :-) I can't give better > advice as I'm not a "Windows" person, and I avoid > using CUPS whenever possible (usually by using a > network printer that doesn't need all this stuff), > and due to lack of experience with MICROS~1 stuf

FBSD 8.2 and USB Floppies

2011-07-18 Thread James Colannino
Hey everyone, I have a FBSD 8.2 install. I've been trying to mount DOS formatted floppy disks via a USB floppy drive, and have been getting the following error every time: cannot mount /dev/da0: invalid argument I was curious to see what would happen if I created a UFS filesystem on the fl

Re: FBSD 8.2 and USB Floppies

2011-07-18 Thread James Colannino
On 07/18/11 11:57, Pegasus Mc Cleaft wrote: On Monday 18 July 2011 19:45:27 James Colannino wrote: newfs /dev/da0 It was successful. I then tried to mount the new filesystem (mount /dev/da0 /mnt), and got the same error: invalid argument. Does FBSD have a problem mounting USB floppy disks

FreeBSD won't install after Fixit

2011-08-09 Thread James Colannino
Hey everyone, I have the FreeBSD DVD (amd64) and, during an install, used the Fixit option (while choosing to mount the DVD as the live filesystem) to load a kernel module. After exiting the fixit shell and attempting a standard install, when it came time to install packages, I got the follo

Re: FreeBSD won't install after Fixit [solved]

2011-08-09 Thread James Colannino
On 08/09/11 13:08, James Colannino wrote: Hey everyone, I have the FreeBSD DVD (amd64) and, during an install, used the Fixit option (while choosing to mount the DVD as the live filesystem) to load a kernel module. After exiting the fixit shell and attempting a standard install, when it

A how-to for installing the LSI 6gbps mps driver on 8.2-RELEASE

2011-08-10 Thread James Colannino
Hey everyone, for what it's worth, I just wrote a how-to detailing the process of installing FreeBSD 8.2-RELEASE directly onto a 6Gbps LSI Logic RAID card that requires the newer mps driver. It can be found here: http://blog.eracks.com/2011/08/lsi-logic-6gbps-mps-driver-for-freebsd-8-2-release/

Checking for broken packages (as in linking)

2011-11-04 Thread James Colannino
No, I don't mean checking for broken ports :-P In fact, when I Google around for the answer to my question, that's all I can find, which is why I bring my question to the mailing list instead :) Maybe "broken ports" or "broken packages" isn't the right term (what should I be searching for ins

Re: Checking for broken packages (as in linking)

2011-11-05 Thread James Colannino
On 11/04/11 23:53, Conrad J. Sabatier wrote: On Fri, 04 Nov 2011 23:27:54 -0700 James Colannino wrote: What I want to know is, are there tools that will check the ports I've installed and tell me if any of my packages are linked against libraries that are no longer there? I'm par

Re: Checking for broken packages (as in linking)

2011-11-05 Thread James Colannino
On 11/05/11 12:43, C. P. Ghost wrote: I'm using the following script (attached). Thanks for the script. By any chance, are you a Gentoo user (or were you at one point)? revdep-rebuild, a part of the gentoolkit, is the first thing I think of when I think about fixing broken packages :) Ja

No color on CUPS

2011-11-06 Thread James Colannino
Hey everyone, I hope this is FreeBSD-specific enough for this list... Ever since moving to FreeBSD, I haven't been able to use color on my color laserjet. I've tried selecting just about every color laserjet model from the web interface to CUPS that I can think of, and the only color models

Autotools, libraries and man pages: oh my!

2012-11-01 Thread James Colannino
Hey everyone, So, I have a question. I have Makefile.am, configure.in and a file called dstring.pc.in (for a library of mine called dstring) for a project. It always built fine on Linux. My home is now FreeBSD. This is the first time I've tried to compile/install this library since moving away

Re: Autotools, libraries and man pages: oh my!

2012-11-01 Thread James Colannino
On 11/01/12 21:44, James Colannino wrote: > [...]I'm able to use autotools on FreeBSD to > generate configure and Makefile.in, and can use gmake to compile and > install it. > > Unfortunately, the man pages are installed to /usr/local/share/man > instead of to /usr/local/m

Modules and Custom Kernels

2010-02-06 Thread James Colannino
Hey everyone. Please bear with me as I'm very new to FreeBSD. I've recently started building a custom kernel after having had to apply a patch to enable support for my wireless device (Atheros 9285) in 8.0-RELEASE, and had a quick question about the process in general. According to the document

The Atheros 9285 patch on 8.0-stable

2010-02-07 Thread James Colannino
Hey everyone, I have an Asus EEE PC 1005HA, which has an Atheros 9285 wireless chipset. I discovered that Rui Paulo wrote a driver, and put up a patch for the 8.0 stable kernel here: http://people.freebsd.org/~rpaulo/ar9285_stable_8.diff It seems to have worked for some people. After patch

Re: Modules and Custom Kernels

2010-02-07 Thread James Colannino
David Naylor wrote: > If you are building custom kernels then you are not that new to FreeBSD ;-) Well, ok, maybe new is a relative term :-P I've had experience installing FreeBSD in the past (I need to be able to do this for work), but haven't done too much else with it. > I normally just copy