用ubuntu使用容易,懒得折腾,还是用多些精力在工作上才是正途……
10.04版还可以用UltraISO直接写U盘安装,照例,上U盘……
安装……
Inter Corporation PRO/Wireless 3965AGN无线网卡禁用,开关不管用
问题排除:vi /var/log/daemon.log 可以看到下边的话 NetworkManager[975]: <info> WiFi now disabled by radio killswitch
解决:
$sudo -s -H 切换到root
#echo 1 > /sys/class/rfkill/rfkill0/state
重启,无线网络打开
最根本的解决办法:sudo apt-get install rfkill
设置电池充电阀值
参考http://www.thinkwiki.org/wiki/Tp_smapi
安装tp-smapi:
# aptitude install tp-smapi-source
# module-assistant prepare tp-smapi
# module-assistant auto-install tp-smapi
# modprobe tp-smapi
更改充电阈值:
设置开始充电阈值,如从“30%”开始充电:
# echo 30 > /sys/devices/platform/smapi/BAT0/start_charge_thresh
设置停止充电阈值,如到“80%”停止充电:
# echo 80 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
查看充电阈值:
# cat /sys/devices/platform/smapi/BAT0/*_charge_thresh
系统启动时加载模块:
#echo "tp_smapi" >> /etc/modules
在/sys/devices/platform/smapi/BAT0/下查看其他电池状态信息
小红帽模拟中键
首先安装gpointing-device-settings
*模拟2键模式
!以上技巧来自网络,都不是原创~
10.04版还可以用UltraISO直接写U盘安装,照例,上U盘……
安装……
Inter Corporation PRO/Wireless 3965AGN无线网卡禁用,开关不管用
问题排除:vi /var/log/daemon.log 可以看到下边的话 NetworkManager[975]: <info> WiFi now disabled by radio killswitch
解决:
$sudo -s -H 切换到root
#echo 1 > /sys/class/rfkill/rfkill0/state
重启,无线网络打开
最根本的解决办法:sudo apt-get install rfkill
设置电池充电阀值
参考http://www.thinkwiki.org/wiki/Tp_smapi
安装tp-smapi:
# aptitude install tp-smapi-source
# module-assistant prepare tp-smapi
# module-assistant auto-install tp-smapi
# modprobe tp-smapi
更改充电阈值:
设置开始充电阈值,如从“30%”开始充电:
# echo 30 > /sys/devices/platform/smapi/BAT0/start_charge_thresh
设置停止充电阈值,如到“80%”停止充电:
# echo 80 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
查看充电阈值:
# cat /sys/devices/platform/smapi/BAT0/*_charge_thresh
系统启动时加载模块:
#echo "tp_smapi" >> /etc/modules
在/sys/devices/platform/smapi/BAT0/下查看其他电池状态信息
小红帽模拟中键
首先安装gpointing-device-settings
*模拟2键模式
!以上技巧来自网络,都不是原创~
本文介绍了在Ubuntu系统中解决InterCorporation PRO/Wireless 3965 AGN无线网卡无法正常启用的问题,并提供了通过修改系统文件实现无线功能的方法。此外,还分享了如何使用tp-smapi设置ThinkPad笔记本电脑电池的充电阀值。

被折叠的 条评论
为什么被折叠?



