Planned Support for BCM 43162 [14e4:43ae] rev 02 ?
Stuart Longland <[email protected]>
| Newsgroups | org.infradead.lists.b43-dev |
|---|---|
| Message-ID | <[email protected]> |
On 06/05/16 01:37, Rafa? Mi?ecki wrote: >> sudo echo "14e4 43ae" > /sys/bus/pci/drivers/bcma-pci-bridge/new_id >> > bash: /sys/bus/pci/drivers/bcma-pci-bridge/new_id: Permission denied > Not sure why it happens echo "14e4 43ae" | sudo tee /sys/bus/pci/drivers/bcma-pci-bridge/new_id That should work. The reason why the other didn't work is because you were running the 'echo' command as root, but then the re-direction was being done by a shell that was running as a user. `sudo` is not a magic shell built-command, it's just a suid-root binary, and merely passes on the arguments the shell gives it. -- Stuart Longland (aka Redhatter, VK4MSL) I haven't lost my mind... ...it's backed up on a tape somewhere. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://lists.infradead.org/pipermail/b43-dev/attachments/20160506/93caabd4/attachment.sig>