Larry Finger <[EMAIL PROTECTED]> writes: > Andreas Schwab wrote: >> Larry Finger <[EMAIL PROTECTED]> writes: >> >>> +You are then ready to rewrite the sprom with >>> + >>> +sudo cat ssb_sprom_copy > $SSB_SPROM >> >> This won't work as an unprivileged user who won't be able to open the >> file for writing. You probably need to use cp instead. > > Doesn't the sudo give the necessary privilege?
The redirection happens earlier. > I haven't tested writing the sprom, but it certainly does for the > read, which I have tested. As the file has 600 as its permissions, I > thought that read and write would be symmetric. Try this for symmetry: sudo cat < $SSB_SPROM Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
