d40d
![]() |
|
|
|
|
|||||||
| General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I just like FreeBSD more to more. but I have some problems I want resolved to have a full working system
1. headphone jack does not work. 2. port gives error every time I try to install anything. That this package already exists etc.. If anyone could be of assistance in resolving this. I will be a happy BSD user. |
|
#2
|
||||
|
||||
|
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
Ok, as for my headphone jack I tried adding
Code:
hint.hdac.0.cad0.nid17.config="as=1 seq=15 device=Headphones" hint.hdac.0.cad0.nid18.config="as=4 seq=0 device=Line-out" hint.hdac.0.cad0.nid22.config="as=1 seq=0 device=Speaker" As for the ports I need to come back later. But how to auto mount usb sticks and external harddrives? Last edited by SirDice; September 5th, 2012 at 10:27. Reason: Formatting & Style: http://forums.freebsd.org/showthread.php?t=8816 / http://forums.freebsd.org/showthread.php?t=18043 |
|
#4
|
|||
|
|||
|
The easy way of mounting USB devices:
- plug in your device - run dmesg | tail which shows you that you've added some external device (let's say da0) - run: # mount_msdosfs /dev/da0s1 /mntif your filesystem is fat32, and be sure that /dev/da0s1 exists (by pressing the TAB button to auto-complete your path). - then cd to /mnt and do what you wish. As far as your other problem is concerned, you should be a bit more specific -as has SirDice already said- (what motherboard do you have, or what laptop, etc.) if you want someone to help you, and also tell exactly what you've tried so far. PS. To tell you the truth, there might be an easier way, but this is what I always do in FreeBSD, so it seems easy to me .Good luck. |
|
#5
|
||||
|
||||
|
mind33, you have asked four utterly unrelated questions in a thread called "some problems". To get useful results, ask one question per thread, and give each thread a descriptive title.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Problems with FTP | Lorem-Ipsum | Firewalls | 8 | February 23rd, 2012 14:40 |
| cap problems | Beeblebrox | General | 3 | February 14th, 2012 14:11 |
| X.org problems | kenorb | X.Org | 17 | November 17th, 2010 18:59 |
| 8.0 Problems | bitingenius | Installing & Upgrading | 1 | January 11th, 2010 20:18 |
| Freebsd 7 GStreamer problems - no sound + linux->fbsd compile problems | int80 | General | 0 | December 23rd, 2008 20:13 |