Chinaunix首页 | 论坛 | 博客
  • 博客访问: 18157
  • 博文数量: 11
  • 博客积分: 1400
  • 博客等级: 上尉
  • 技术积分: 130
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-23 13:22
文章分类

全部博文(11)

文章存档

2011年(1)

2010年(5)

2009年(5)

我的朋友

分类: LINUX

2010-01-05 23:20:55

安装.............................


配置:
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 pl2303

2、 安装codeblocks,大大方便还未习惯VIM或EMACS的朋友。
    rixin@rixin-laptop:~$ sudo apt-get install codeblocks

3、安装无线网卡驱动:
  1. Open a terminal, by clicking the Applications|Accessories|Terminal menu item.
  2. In the terminal, type:- sudo apt-get install build-essential then press the carriage return key.
  3. 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
  4. In the terminal, type:- cd ~/Desktop then press the carriage return key.
  5. 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.
  6. In the terminal, type:- cd rtl8192se_linux_2.6.0010.1020.2009_64bit (all on one line) then press the carriage return key.
  7. In the terminal, type:- sudo su then press the carriage return key.
  8. In the terminal, type:- make then press the carriage return key.
  9. In the terminal, type:- make install then press the carriage return key.
  10. In the terminal, type:- exit then press the carriage return key.
  11. In the terminal, type:- sudo reboot then press the carriage return key

文件:rtl8192se_linux_26001010122009tar.gz
大小:1297KB
下载:下载

4、安装gsynaptics
    sudo apt-get install gsynaptics
    直接输入gsynaptics
启动,配置触摸板。
阅读(1255) | 评论(0) | 转发(0) |
0

上一篇:pipe02

下一篇:建立FIFO

给主人留下些什么吧!~~