启动网卡时, bring up interface wlan0 ok 但是用ifconfig wlan0 提示:device not found 这是什么原因啊? 请指教!
我是新手,现在用at91rm9200的开发板做个项目,需要移植usb无线网卡的驱动,我下了 linux-wlan-ng.0.2.2.tar.gz.然后做了下面一点工作 1.kedit config.in enable the crosscompile 2.make config -------------- Linux WLAN Configuration Script ------------- The default responses are correct for most users. Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [n]: n Build Prism2 PLX9052 based PCI (_plx) ad...
1)sudo apt-get install telnetd openbsd-inetd 2)more /etc/inetd.conf ## netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd 确保配置文件里有以上内容! 3)sudo /etc/init.d/openbsd-inetd restart 4)登录测试: [email=admin@ubuntu:~$]admin@ubuntu:~$[/email] telnet 127.0.0.1 Trying 127.0.0.1... Connected to 127.0.0.1. E...
1.下载并解压Eclipse Linux版,运行installer 发现系统没有安装JDK 2.下载安装JDK1.6 for Linux 通过查看Eclipse的安装脚本,发现可以将JDK安装到/usr/java目录下。 3.运行installer后发现Eclipse的安装需要rpm,而ubuntu默认是不带rpm程序的,所以需要 sudo apt-get install rpm 4. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/61758/showart_1096318.html
1、使用cpan安装 #sudo cpan install Bundle::CPANPLUS 提示一大堆错误,最后不成功。 2、使用源程序编译安装 下载CPANPLUS-0.072.tar.gz之后解压至CPANPLUS-0.072 #cd CPANPLUS-0.072 #sudo ./configure 提示如下 checking build system type... i686-pc-linux-gnulibc1 checking host system type... i686-pc-linux-gnulibc1 checking for gcc... gcc checking for C compiler default output file name... configure: error: C...
在安装ubuntu时,出现 Begin: waiting for root file system ... 然后就长时间无反应…… 安装ubuntu时,是用grub安装的。启动grub后,执行了下列操作(略去grub提示符): root (hd0,0) #vmlinuz 和 initrd两个文件均在第一个硬盘,第一个分区根目哪 kernel /vmlinuz root=/dev/ram #这里,即使换成 kernel /vmlinuz root=/dev/hda6 ,hda6是我分给linux的/boot目录 initrd /initrd.gz boot 请问,这些步骤有误么? 该...
ubuntu Linux 6.06最新版的Dapper Drake测试版发布了,决定安装试试看。因为原来的5.10上没有什么重要的文件,所以决定从已有的5.10上安装Dapper Drake。 1、通过现有的Linux安装Dapper Drake ① 到ubuntu的ftp上下载硬盘安装启动所需要的2个文件,下载地址: vmlinus (kernel binary) 、 initrd.gz (ramdisk image) 接着下载安装文件ISO,下载地址: ubuntu-6.06-beta-install-i386.iso ② 将vmlinus和initrd.gz拷贝到一个...
xp下能用,atheros的5006eg 用ndiswrapper挂xp的驱动找不到wlan 用madwifi不支持 还是用ndiswrapper解决了 稍后写下简单步骤 [ 本帖最后由 st690714 于 2006-7-18 09:18 编辑 ]
Zabbix (http: //www.zabbix.com)是一个可高自由度定制,可视化的网管报警监控系统。 功能十分的强大,通过SNMP或Agent Client可跨平台监控(unix、linux、windows等)可任意定制监控项,可定制各种模板(template),可自由定制可视化的屏幕 (screen)等等 一,系统配置 ubuntu server 8.10 在系统安装的时候你已经可以选择安装了LAMP,如果你在安装系统的时候没有安装过LAMP,你可以用以下命令进行安装: sudo apt-...