I would love to, but at this point I need a functional system that can do VoIP, play video files over the lan, allow NTFS/FAT32 access over the lan (read only is fine) and plays sound.
As for NTFS mounting, I followed this guide :
http://www.linuxquestions.org/questions/showthread.php?t=363909 and managed to mount it manually,
but the following commands were needed with a reboot
/sbin/modprobe ntfs
dmesg | grep NTFS
is there a place file I am supposed to put these statements in?
Also, when I did typed mount -a following those two lines, got an error saying there are errors in fstab file, which correspond to these lines (probably all messed up) :
/dev/hdb5 /mnt/NT -t ntfs -r -o auto umask = 000 0 0 NTFS automounting
/dev/hdb1 /mnt/FAT32 -t vfat users,rw,owner, umask = 000 0 0
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Then there is the sound card problem. A long story, bare with me if you will
🙂
I had two soundcard installed in that righ, the reason being that the primary card, AV-710, doesnt seem to be outputing anything from the TV card when operated in high res mode (to utilize the wolfson DAC that for rear output - the whole point of using this soundcard for quality 2ch playback) as far as windows goes. I assumed the same for linux, so left the ensoniq card dedicated to TV and VoIP purposes in there.
Now, the trouble is to activate the rear channel, I had to use a custom asound.state file supplied by the members of another forum, and then run alsactl restore. Even though there were no error messages from the system, the sound was completely muted. I suspected the fact that whenever I open up system-config-soundcard and try to change the default soundcard, it was stuck to the ensoniq card. Hoping that was the cause of the muting problem, I took the ensoniq card out. Upon next reboot, I got the following error message with system-config-sound :
/usr/share/system-config-soundcard/soundcard.py:153: DeprecationWarning: use gtk.ComboBox
self.primaryDeviceOptionMenu = gtk.OptionMenu()
Traceback (most recent call last):
File "/usr/share/system-config-soundcard/system-config-soundcard.py", line 46, in ?
app = soundcard.childWindow()
File "/usr/share/system-config-soundcard/soundcard.py", line 161, in __init__
self.primaryDeviceMenu.set_active(self.cardList.index(self.soundcardBackend.getDefaultCard()))
ValueError: list.index(x): x not in list
Seeing how even the front channels wouldnt output any sound, it occured to me that the problem really could be just the volume setting. Sadly, I had trouble installing envy24control with ./configure -> make install with some weird errors.
Does anyone use ICE1724 based sound card and have a similar case?
-------------------------------------------------------------------------------------------------------
I have disabled SELinux and samba seems to be working alright, I can view folders from either OS. The only problem is I cant open anything on the fly from the FC's side. The files are there, but when I double click on them I get an error message. Is that how is it supposed to be? Doubt it tho, I can open .c files on the linux machine from the windows side just fine.