Changes between Version 8 and Version 9 of Software/hDrivers
- Timestamp:
- Jan 31, 2015, 1:09:47 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/hDrivers
v8 v9 53 53 sudo cp –avr /home/user1/Desktop/GobiNet /usr/src 54 54 3. Enter each driver directory and run 55 make all 56 make install 55 {{{ 56 make all 57 make install 58 }}} 57 59 4. Load the serial and net modules via modrpobe 58 60 {{{ 59 mod rpobe -i GobiSerial61 modprobe -i GobiSerial 60 62 modprobe -i GobiNet 61 63 Dmesg output should look like: