I have a rpi 3 and i was using the matlab support package for rpi but when i tried starting a connection with raspi() an error came up and i traced it back to it failing to read the i2c baud rate. The command they use is
sudo cat /sys/module/i2c_bcm2708/parameters/baudrate
When i run it it comes back as file not found. And checking the appropriate directory the file is not there but i2c works because i have an rtc connected to it. And ideas on why it doesn't exist?
I am using raspbian 2017 03 02 full and kernel 4.9.24
Melvin