
-------------------------------------------------------------------------------- Hi , I am looking for a 802.11g Compact flash interface wireless lan card with linux driver support. I searched google and could find some cards but they are with no linux driver support. Does anyone provide information about the availability of such card? thanks & regards
by lidnux - 系统管理 - 2006-04-27 21:39:03 阅读(448) 回复(0)
hello, all of users: OpenVox IX100 with PC Engines Alix 2C2 works under Trixbox(2.6), which installed in cf card. it is smaller and good enough for SOHO office. here is what you should go: 1) using VMware to create a image for cf card booting 1.1) setting for a machine: linux 2.6kernel, 256mb ram, 1 serial port, 2 usb port, cf card as a PHYSICAL drive 1.2) Editing: etc/grub.conf, /etc/inittab,...
hello, all of users: if anyone wants to try mini pci with analog card, you can take a look at OpenVox A400M. it works with PC engines motherboard, which a small and low-power motherboard. the PBX system can be built easily with askozia that is a small system with freebsd, asterisk, zaptel and GUI. Regards, zhu [ 本帖最后由 zhulizhong 于 2008-3-19 16:13 编辑 ]
现在想在一台机器上从读卡器将一个cf卡做成grub启动盘,然后将cf卡插入另外一台机器(可以识别为IDE硬盘)可以引导。 在网上搜了一下,只有做软盘的,试了一把,好象问题挺多,不知哪位知道的可以分享一下,感激不尽……
Realtek cardBus Ethernet card Installation on linux 1. Compile the source code : ->;Copy the source code rtl8139.c (ver 1.08 above) to a directory and execute "gcc -DcardBUS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c rtl8139.c -o realtek_cb.o -I/usr/src/linux/pcmcia-cs-3.0.9/include/" The directory "pcmcia-cs-3.0.9" stands for the card service version you use. Please ch...
电脑按装fedora后,按装输入法重启电脑却出现grub>这个界面,无法启动系统,因此我把想到修复grub,使用如下方法: 用系统光盘启动到rescue模式下,进入命令行,输入如下命令: sh#chroot /mnt/sysimage sh#grub-install /dev/sda 后,出现如下提示:the file /boot/grub/stage1 not read corrently 不知道是怎么解决,麻烦各位大侠帮忙下,谢谢!
使用 grub 的好处 LiLo(linux Loader)是 GNU/linux 的标准启动工具,经常在系统安装过程中就装好了。可不要光从字面上了解 LiLo 的作用,LiLo 也可以启动安装在同一或不同硬盘上的其他操作系统。 从 MDL 7.1 起,您也可以使用 GNU grub 了,即 GRand Unified Bootloader 。grub 和 LiLo 相比,有几个长处: * 开机时,可以修改启动参数; * 小型的 boot shell ; * 支持隐藏标志(hidden flag),如果您有多个 MS-D...
没有使用swap分区,只有一个/挂载到cf卡上 1. 我修改/etc/fstab,使得/挂载为ro只读,但是启动后竟然还是可写 2. 我关闭了所有的log 后台服务程序,但是启动后在/var/log/下又生成boot.msg文件. 请教:要如何配置linux使得它运行时什么也不写?