Quote:
|
Originally Posted by killtehchair Either way, I can't get it to mount a CD/DVD either way.. Even an audio CD. |
You don't need to mount an audio CD to play it. Just put it in the drive and use a utility such as
cdcontrol to listen to it. But make sure the permissions are set correctly on /dev/acd0 (or whatever your CD-ROM device is called) if you intend on playing the audio CD without root privileges.
As for mounting data CDs and DVDs, what command are you using, and what error are you getting when you attempt to mount it?
As darkprince suggested, you cannot burn CDs or DVDs with the default kernel configuration. Install the system sources and rebuild the kernel with support for the ATAPI/CAM device driver. Without going into great detail, you essentially have to copy the GENERIC config to a new name and add
to it. Here is the FreeBSD Handbook entry on recompiling your kernel:
http://www.freebsd.org/doc/en_US.ISO...nelconfig.html
And here is the Handbook entry on storage (e.g. CDs and DVDs):
http://www.freebsd.org/doc/en_US.ISO...ook/disks.html
More specifically, here are the entries on creating CDs and DVDs:
http://www.freebsd.org/doc/en_US.ISO...ating-cds.html http://www.freebsd.org/doc/en_US.ISO...ting-dvds.html
Now for Limewire.
Quote:
|
Originally Posted by killtehchair => Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
Stop in /usr/ports/net/limewire.
*** Error code 1
Stop in /usr/ports/net/limewire. |
Before I continue, let me say that Limewire is going to be a complete pain in the ass to install, for two reasons:
1) You're going to have to manually find, download, and move LimeWireOther.zip to /usr/ports/distfiles. The reason it isn't doing it for you is perhaps because your ports tree is out of date and the URLs it's pointing it to are old. Read the Handbook entry on ports and updating the ports tree.
http://www.freebsd.org/doc/en_US.ISO...rts-using.html
2) Limewire requires Java, IIRC. Because Sun's licensing is very restrictive, you have to create an account on sun.com to access several different files which you must download and manually put in /usr/ports/distfiles. Then you have to compile Java, which will take hours. If you're up for this task, look at
http://www.freebsd.org/java/
Anyways, I suggest not using Limewire because of all of these annoyances. Go to
http://www.freebsd.org/ports/
and search for P2P applications. There are plenty of alternatives to Limewire. I suggest giFT.
