RE: Sound and floppy trouble with ICA in v 0.6.4
"Ben Reuter" <[email protected]>
| Newsgroups | gmane.linux.pxes.devel |
|---|---|
| Message-ID | <000501c3a18d$b62f9c20$1a60c80a@ITSBJR> |
You need to patch one of the files to get supermount to work with ICA. This was discussed around Oct 4. The file is the rcS in the PXES tree, diff output from one of the e-mails below, or my quick and dirty alternative is to hardcode supermount on (as we always use it). Ben. >958,961c958 >< modprobe floppy >< FLOPPY=`finddev floppy` >< >< if [ -n "$FLOPPY" ] >--- > > >> if modprobe floppy >> >> >963,969c960 >< if [ "$NBD_SERVER_ENABLED" -eq 1 ] >< then >< while : >< do >< nbd-server $NBD_FLOPPY_PORT $FLOPPY > > >>/dev/null >> >> >< done & >< fi >--- > > >> FLOPPY=`finddev floppy` >> >> >971c962 >< if [ "$SUPERMOUNT_ENABLED" -eq 1 ] >--- > > >> if [ -n "$FLOPPY" ] >> >> >973c964,975 >< mount -t supermount -o dev=$FLOPPY,fs=vfat,--,rw >/mnt/fd /mnt/fd >--- > > >> if [ "$NBD_SERVER_ENABLED" -eq 1 ] >> then >> while : >> do >> nbd-server $NBD_FLOPPY_PORT $FLOPPY >>/dev/null >> done & >> fi >> >> if [ "$SUPERMOUNT_ENABLED" -eq 1 ] >> then >> mount -t supermount -o >> >> >dev=$FLOPPY,fs=vfat,--,rw /mnt/fd /mnt/fd > > >> fi >> -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Hjønnevåg, Harald Sent: Friday, 31 October 2003 7:44 PM To: '[email protected]' Subject: [pxes-devel] Sound and floppy trouble with ICA in v 0.6.4 I have been using PXES for some time as a means to get old PCs up as ICA-clients. Version 0.5.1 works beautifully after having done some minor modifications. After upgrading to version 0.6.4, however, sound does not work, and I am no longer able to automount floppies and CD-roms. Has anyone on this list experience with these issues? regards Harald Hjønnevåg ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ pxes-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pxes-devel ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/