今天不知道什么情况(怀疑是内核版本升级后),电脑不能识别 U盘了,所有 U盘插入都没有反应(不是U盘的问题)
我的系统 ubuntu 12.04 ,内核版本 3.2.0-60-generic-pae
不管是 fdisk -l /dev/sd* , 还是 lsusb 都看不到U盘,这个时候 lsmod 下看看有没有 usb-storage scsi_mod...
分类:
其他好文 时间:
2014-06-28 07:36:54
阅读次数:
346
makeO=/root/kernelmodulesmakeO=/root/kernelmodules_installINSTALLcrypto/crc32c.koINSTALLcrypto/hmac.koINSTALLcrypto/sha1_generic.koINSTALLdrivers/acpi/button.koINSTALLdrivers/acpi/container.koINSTALLdrivers/acpi/fan.koINSTALLdrivers/acpi/processor.koINSTALL..
分类:
系统相关 时间:
2014-06-28 06:43:20
阅读次数:
362
原文:(c#2.0)serialPort串口通讯using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using ...
分类:
其他好文 时间:
2014-06-27 23:04:27
阅读次数:
292
1 using System; 2 using System.IO; 3 using System.Collections.Generic; 4 using System.Windows; 5 using System.Windows.Controls; 6 using System....
分类:
其他好文 时间:
2014-06-27 19:57:12
阅读次数:
232
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Runtime.InteropServices; 5 using System.Text; 6 using S...
分类:
其他好文 时间:
2014-06-27 19:55:57
阅读次数:
367
1 user32.dll中的所有函数 2 3 4 5 6 using System; 7 using System.Collections.Generic; 8 using System.Linq; 9 using System.Text; ...
分类:
其他好文 时间:
2014-06-27 19:41:08
阅读次数:
213
using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data;using System.IO;u...
分类:
微信 时间:
2014-06-27 15:19:55
阅读次数:
713
using System; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using PublicProject.ENTIT...
分类:
编程语言 时间:
2014-06-27 15:15:09
阅读次数:
277
加强版的俄罗斯,可以带回去给我妹妹玩了。//游戏类 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System....
分类:
其他好文 时间:
2014-06-27 15:00:43
阅读次数:
324
应用Clip属性实现的一个简单效果图:样式写法:.my-element{position:absolute;clip:rect(10px350px170px0);/*IE4toIE7*/clip:rect(10px,350px,170px,0);/*IE8+&otherbrowsers*/}属性解析...
分类:
Web程序 时间:
2014-06-27 10:56:22
阅读次数:
763