明信片PC
没有硬盘,OS要跑在CF上,估计CF要坏的快的多吧
Specs
Utilizing a AMD Geode SC1200 CPU running at 266MHz. This CPU is capable of TV out, video in and has Macrovision copy protection built in. There is 128MB of built in RAM and 128MB of flash memory, 1 x USB 1.1, 1 x CF Type I / Type II slot.
Hagaki PC in red
The battery life should last for nearly 3 and a half hours, running on a 2500mAh with 3.6W of power consumption. There also appears to be an optional model HPC-BA-64MB with only 64MB of RAM as opposed to the HPC-BA-128MB model’s 128MB. The 64MB model has no flash mem.
The LCD screen is a simple 640×480 VGA resolution with 16bit color with touch screen capabilities. Unfortunately no information can be found on the LCD brand/model.
All of this in a 135 x 109 x 18mm (5.31 x 4.x29 x .71″) body, weighing in at a skimpy 340g (0.74lb) and giving it a total volume of 264,870mm³, making it just a touch bigger than the OQO but considerably smaller than the FlipStart. Without battery, the unit weighs 220g.
升级了binutils到2.15
为了正常编译glibc+nptl必须升级gas到2.15
于是升级binutils
tar xvzf glibc+nptl.tar.gz
mkdir glibc-build
cd glibc-build
../glibc+nptl/configure –prefix=/usr/lib/nptl –enable-add-ons=nptl –with-tls
编译glibc+nptl中
2.6.8.1的kernel还是出毛病乐
K3b怎么办?我家里电脑还生不升级kernel了涅?
mooreted
Member
Registered: May 2003
Location:
Distribution:
Posts: 391
HCL Entries: 0
Reviews: 0
K3b. No writer after kernel 2.6.8.1 compile. ( post #1)
Description:
After compiling a new 2.6.8.1 kernel, K3b now shows only a CD reader. No CD burner is shown. Before compiling the new kernel, K3b worked perfectly.
Additional Info:
This kernel does not support supermount.
Questions:
1. Is the lack of supermount a factor in this problem?
2. Can K3b be made to work without a recompile?
__________________
Compaq 5300US
512meg Memory
Two Hard Drives
PNY Verto MX 4000 Video Card
Mandrake 10
Windows 2000 Pro
Report this post to a moderator | IP: Logged
Today 01:14 AM
mykrob
Member
Registered: Jun 2004
Location: Jackson, TN
Distribution: Suse 9.1 Professional
Posts: 195
HCL Entries: 0
Reviews: 0
( post #2)
i dont have a good answer, but the K3B website has this notice:
quote:
o not use Kernel 2.6.8
A patch that was introduced into the kernel shortly before the 2.6.8 release makes K3b and also the dvd+rw-tools unusable on Linux (unless run as root but that is not recommended). The very important GET CONFIGURATION MMC command is rejected by the kernel for reasons I cannot see and writing commands like MODE SELECT also fail (K3b cannot detect CD writers without it) even when the device is opened O_RDWR. Until this issue has been solved I strongly recommend to stick to kernel version 2.6.7.
Update: The kernel guys are currently fixing the problem so the next kernel release should work again.
Update 2: The problem is NOT fixed in 2.6.8.1
Update 3: Be aware that kernel 2.6.8 also contains the memory leak which makes it impossible to write audio cds, even as root.
密云.两个半日
发生踩踏事故的那个桥
小小个密云县,有1个5星,1个4星,若干3星酒店
真是奇怪
据说县城里只有42万人
商业集中的主要街道只有两条
马路两边无数的巨漂亮的小区
都没有人住
晚上街上人很少,白天,人也不多
普通商品房每平米两千元左右,还见到
1千2一平米的
密云县距北京车程2小时,路况很好
酒店餐厅望出去
房间望出去
LD_ASSUME_KERNEL会影响动态链接库
本来需要把同一段程序分别链接nptl版的pthread和LinuxThreads的pthread
但是发现无论如何设置 gcc -L/usr/tls 最后连的都是 /lib下老的pthread
最后发现是自己在升级kernel到2.6的时候,为了让老版本的rpm 能正常
工作而 export LD_ASSUME_KERNEL=2.2.5 导致的
重新 export LD_ASSUME_KERNEL=2.4.20就可以了
这个问题也有些奇怪,待考!