The Symptom

You are likely here because you tried to boot your computer and one or more kernel drivers failed to load, resulting in one or more of your pieces of hardware failing to work. If you examined your system logs carefully, you may even find some of the following messages appearing amongst all the other chatter that happens during the booting phase:

allocation failed: out of vmalloc space - use vmalloc=<size> to increase size.

You may also see one or more of the following messages:

cx18-1: ioremap failed, perhaps increasing __VMALLOC_RESERVE in page.h

Firstly, do not change things in page.h as suggested--there is a far easier way to fix this once you understand the problem. Fixing this is actually relatively simple, but it's important that you understand what causes it so that you can remedy it correctly.

立你斯 發表在 痞客邦 留言(0) 人氣()

Grub 2 is the latest version of Grub. Its still in beta but despite thatl it ships with the most popular linux distros like Ubuntu, Fedora etc.

If you have installed Fedora 17 but some how grub got messed up and you are unable to boot in to Fedora 17  then follow these steps to Restore or Reinstall Grub 2 in Fdora 17.

Step 1

Boot from the Fedora 17 DVD or Live CD or may be you used USB to install Feodra 17, use any methode just boot using any Fedora 17 media.

立你斯 發表在 痞客邦 留言(0) 人氣()

http://www.cnblogs.com/cslunatic/p/3904071.html
Linux usb子系統(二):USB設備驅動usb-skeleton.c

  usb驅動分為通過usbfs操作設備的用戶空間驅動,kernel空間的kernel驅動。兩者不能同時進行,否則容易引發對共用資源訪問的問題,鎖死!使用了kernel驅動,就不能在usbfs裡驅動該設備。

立你斯 發表在 痞客邦 留言(0) 人氣()

http://www.cnblogs.com/cslunatic/p/3726053.html
Linux usb子系統(一):子系統架構

一、USB協議基礎知識  

立你斯 發表在 痞客邦 留言(0) 人氣()

今天很笨

改fstab 改錯字,重開機變這樣

出現 Give root password for maintenance (or type Control-D continue)

立你斯 發表在 痞客邦 留言(0) 人氣()

如何編寫一個Linux的USB設備驅動程序

2001年10月1日由葛雷格·克羅哈曼

USB骨架

立你斯 發表在 痞客邦 留言(0) 人氣()

原本 Fedora 不能直接用YUM 下載 MPLAYER

需要更新載點

    rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm

立你斯 發表在 痞客邦 留言(0) 人氣()

libdvbpsi vlc中的一個解碼程式庫。它能解碼或解析出所有的節目專屬資訊(PSI)以及MPEG2 TS流或DVB 中的說明符(descriptor)
目前能解析的PSI/SI表包括( BAT,CAT,EIT,NIT,PAT,PMT,SDT,SIS,TOT,TDT).

BATBouquet Association Table     業務關聯表

立你斯 發表在 痞客邦 留言(0) 人氣()

虛擬視訊驅動程式vivi.c原始碼分析

虛擬視訊驅動程式vivi.c原始碼分析
以下先把上一篇文章中的最後一段,放在這裏利於程式原始碼的分析:

立你斯 發表在 痞客邦 留言(0) 人氣()

 

LDDP:一、Linux 裝置驅動程式的概要

立你斯 發表在 痞客邦 留言(0) 人氣()