- 论坛徽章:
- 0
|
安装.............................配置:1、linux 2.6内核已经支持UBS转RS232,查看设备情况: rixin@rixin-laptop:~/work/linuxApp/src/serial/serial-v1.0$ dmesg | grep usb[ 0.224813] usbcore: registered new interface driver usbfs[ 0.224813] usbcore: registered new interface driver hub[ 0.224813] usbcore: registered new device driver usb[ 1.013083] usb usb1: configuration #1 chosen from 1 choice[ 1.032078] usb usb2: configuration #1 chosen from 1 choice[ 1.032364] usb usb3: configuration #1 chosen from 1 choice[ 1.032605] usb usb4: configuration #1 chosen from 1 choice[ 1.032840] usb usb5: configuration #1 chosen from 1 choice[ 1.033080] usb usb6: configuration #1 chosen from 1 choice[ 1.033307] usb usb7: configuration #1 chosen from 1 choice[ 1.033541] usb usb8: configuration #1 chosen from 1 choice[ 1.344065] usb 2-6: new high speed USB device using ehci_hcd and address 2[ 1.485430] usb 2-6: configuration #1 chosen from 1 choice[ 15.206820] input: Integrated Camera as /devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input7[ 15.206870] usbcore: registered new interface driver uvcvideo[ 2130.608098] usb 6-2: new full speed USB device using uhci_hcd and address 2[ 2130.767422] usb 6-2: configuration #1 chosen from 1 choice[ 2130.824649] usbcore: registered new interface driver usbserial[ 2130.824754] usbcore: registered new interface driver usbserial_generic[ 2130.824759] usbserial: USB Serial Driver core[ 2130.844215] usb 6-2: pl2303 converter now attached to ttyUSB0[ 2130.844249] usbcore: registered new interface driver pl23032、 安装codeblocks,大大方便还未习惯VIM或EMACS的朋友。 rixin@rixin-laptop:~$ sudo apt-get install codeblocks
3、安装无线网卡驱动:
Open a terminal, by clicking the Applications|Accessories|Terminal menu item.In the terminal, type:- sudo apt-get install build-essential then press the carriage return key.The terminal will ask for your password. Enter this accurately then press the carriage return key. Note, the password will not appear as you type it In the terminal, type:- cd ~/Desktop then press the carriage return key.In the terminal, type:- sudo tar -xvzf rtl8192se_linux_2.6.0010.1012.2009_64bit.tar.gz (all on one line)then press the carriage return key.In the terminal, type:- cd rtl8192se_linux_2.6.0010.1020.2009_64bit (all on one line) then press the carriage return key.In the terminal, type:- sudo su then press the carriage return key.In the terminal, type:- make then press the carriage return key.In the terminal, type:- make install then press the carriage return key.In the terminal, type:- exit then press the carriage return key.In the terminal, type:- sudo reboot then press the carriage return key
![]()
文件:rtl8192se_linux_26001010122009tar.gz
大小:1297KB
下载:
下载
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/103542/showart_2141080.html |
|