ChinaUnix.net
相关文章推荐:

linux grub cf card

-------------------------------------------------------------------------------- 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,...

by zhulizhong - VoIP开发技术 - 2008-08-20 16:49:47 阅读(2902) 回复(1)

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 编辑 ]

by zhulizhong - VoIP开发技术 - 2008-04-10 10:01:33 阅读(3990) 回复(2)

如何在一张cf卡上安装linux?cf卡如何分区,如何制作引导文件?请各位赐教.

by howema - 系统管理 - 2006-12-28 18:26:20 阅读(889) 回复(5)

现在想在一台机器上从读卡器将一个cf卡做成grub启动盘,然后将cf卡插入另外一台机器(可以识别为IDE硬盘)可以引导。 在网上搜了一下,只有做软盘的,试了一把,好象问题挺多,不知哪位知道的可以分享一下,感激不尽……

by 红尘在我心 - 内核/嵌入技术 - 2006-03-03 09:28:10 阅读(1359) 回复(4)

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...

by jiaowenx - 内核/嵌入技术 - 2006-04-15 22:44:00 阅读(586) 回复(6)
by jnet - 内核/嵌入技术 - 2006-10-13 15:59:44 阅读(721) 回复(1)

本人做了一个小系统,想移植到cf卡上。像LOAF一样压缩文件系统,在Ramdisk中运行系统,不知道应该如何作,请教各位高手

by qianbincubic - Linux论坛 - 2004-05-19 14:08:31 阅读(265) 回复(0)

电脑按装fedora后,按装输入法重启电脑却出现grub>这个界面,无法启动系统,因此我把想到修复grub,使用如下方法: 用系统光盘启动到rescue模式下,进入命令行,输入如下命令: sh#chroot /mnt/sysimage sh#grub-install /dev/sda 后,出现如下提示:the file /boot/grub/stage1 not read corrently 不知道是怎么解决,麻烦各位大侠帮忙下,谢谢!

by tsykl2008 - 博客SNS站务交流区 - 2009-04-11 01:24:47 阅读(2047) 回复(0)

使用 grub 的好处 LiLo(linux Loader)是 GNU/linux 的标准启动工具,经常在系统安装过程中就装好了。可不要光从字面上了解 LiLo 的作用,LiLo 也可以启动安装在同一或不同硬盘上的其他操作系统。 从 MDL 7.1 起,您也可以使用 GNU grub 了,即 GRand Unified Bootloader 。grub 和 LiLo 相比,有几个长处: * 开机时,可以修改启动参数; * 小型的 boot shell ; * 支持隐藏标志(hidden flag),如果您有多个 MS-D...

by gunguymadman - Linux论坛 - 2004-09-28 13:02:36 阅读(978) 回复(1)

没有使用swap分区,只有一个/挂载到cf卡上 1. 我修改/etc/fstab,使得/挂载为ro只读,但是启动后竟然还是可写 2. 我关闭了所有的log 后台服务程序,但是启动后在/var/log/下又生成boot.msg文件. 请教:要如何配置linux使得它运行时什么也不写?

by lovelypp - 内核/嵌入技术 - 2006-06-22 00:56:45 阅读(526) 回复(6)