I tried that. I ran redhat-config-samba from a terminal window. The interface came up, but when I tried to set a share directory, I got this error: [root@bullet home]# redhat-config-samba Traceback (most recent call last): File "/usr/share/redhat-config-samba/shareWindow.py", line 256, in onOkAddButtonClicked if self.samba_data.getList()[-1].getData() != "\n": IndexError: list index out of range Is there a way I can fix this without knowing Python? On Sat, 2004-10-09 at 11:00, fedora-list-request@xxxxxxxxxx wrote: > Send fedora-list mailing list submissions to > fedora-list@xxxxxxxxxx > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.redhat.com/mailman/listinfo/fedora-list > or, via email, send a message with subject or body 'help' to > fedora-list-request@xxxxxxxxxx > > You can reach the person managing the list at > fedora-list-owner@xxxxxxxxxx > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of fedora-list digest..." > > ______________________________________________________________________ > Today's Topics: > > 1. Re: Almost ALSA! (W. Guy Thomas) > 2. Re: redhat-config-samba on FC1 (Alexander Dalloz) > > ______________________________________________________________________ > From: W. Guy Thomas <mrguytx@xxxxxxxxxxxxx> > To: mrguytx@xxxxxxxxxxxxx > Cc: For users of Fedora Core releases <fedora-list@xxxxxxxxxx> > Subject: Re: Almost ALSA! > Date: Sat, 09 Oct 2004 10:52:14 -0500 > > On Sat, 2004-10-09 at 09:03, David Curtis wrote: > > On Sat, 2004-10-09 at 00:40, W. Guy Thomas wrote: > > > On Thu, 2004-10-07 at 21:16, W. Guy Thomas wrote: > > > > Ok, I'm very close finally to getting ALSA working on this laptop > > > > (Toshiba 330CDT) with a standard Yamaha opl3sa2 card. > > > > > > > > I have loaded the libs, the utils, the driver, the kernel has been > > > > upgraded and soundcore is loaded. Everything is good until I attempt to > > > > modprobe the actual device. > > > > > > > > I get this: > > > > > > > > > > > > > [root@Toshi speaker-test]# /sbin/modprobe snd-card-opl3sa2 > > > > > FATAL: Module snd_card_opl3sa2 not found. > > > > > > > > This is my lsmod, it appears to me that things are loaded > > > > properly and I have also already run alsaconf which tries to detect > > > > the card. lsmod here: > > <snip> > > > > </snip> > > > > > > > > I believe I am very close to finally getting this done. > > > > I would very much appreciate any tips from you guys. > > > > Thanks in advance always, > > > > > > > > =G > > > > > > Well, I am about to finally give up completely on ALSA. I know I have > > > followed many links, googled for weeks, tried many varieties of > > > solutions. I see that this onboard yamaha opl3sa *is* supported and have > > > tried so many possibilities that my eyes are purple. > > <snip> > > > > </snip> > > > > > > > > But with no sound, there just isn't much joy. When I had the previous > > > 2.4 kernel up, OSS worked, but many other things needed to be fixed that > > > led me to the 2.6.8 kernel. Thus, all the things I fixed by upgrading > > > the kernel are great now, but I left sound behind. > > > > > > If anyone has one clear and concise personal experience with ALSA and > > > specifically the OPL3SA2 Yamaha please let me know. I have googled on it > > > more than you will ever do in a lifetime. > > > > > > Happy with my victories. Sad about this last one. And so important. > > > > > > Take care! > > > > This guy here http://www.antlinux.com/Toshiba490XCDT/ got alsa working > > on a Toshiba 490XCDT which also has the yamaha opl3sa2. Seems to be > > similar to what you have above, except he has added entries in > > /etc/conf.modules. Have you done this? > > > > Dave > > Yes, I've seen that page and many many others, all very similar, and I > see what needs to be done. However, after going thru all the necessary > steps, I get to the most important one, inserting the device with > modprobe, and I get this: > > [root@Toshi guy]# /sbin/modprobe snd-opl3sa2 > FATAL: Error inserting snd_opl3sa2 > (/lib/modules/2.6.8-1.521/kernel/sound/isa/snd-opl3sa2.ko): No such > device > > I have looked in that dir and the .ko file *does* exist! > What in the world am I missing?? > > Thanks. > > =G > > > > ______________________________________________________________________ > From: Alexander Dalloz <alexander.dalloz@xxxxxxxxxxxxxxxx> > To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx> > Subject: Re: redhat-config-samba on FC1 > Date: Sat, 09 Oct 2004 17:53:15 +0200 > > Am Sa, den 09.10.2004 schrieb Michael Sullivan um 17:47: > > > Hi. I want to use Samba on my server PC (running FC1) so that my > > Windows 98 laptop can share files with my FC1 PCs, but everytime I try > > to run redhat-config-samba on the server PC I get the following: > > > > [root@bullet root]# redhat-config-samba > > > sambaToken.SambaToken(sambaToken.SambaToken.SAMBA_TOKEN_KEYVAL, (name, > > value), self.parent) > > File "/usr/share/redhat-config-samba/sambaToken.py", line 20, in > > __init__ > > raise AttributeError, value > > AttributeError: ('cups options', 'raw') > > > Is there a way to fix this? Please help! > > > -Michael Sullivan- > > service smb stop > mv /etc/samba/smb.conf /etc/samba/smb.conf.pre-changes > redhat-config-samba > > Alexander >