Puppy-431JPで、1280x800表示ができません。
Puppy-431JPで、1280x800表示ができません。
始めまして、最近PuppyLinuxにハマっています。
ライブCDから起動するのですが、画面の表示が1024x768x16に
なってしまいます。あちこちかき回して見つけた
upup-476ja0r5.isoで起動すると、1280x800x16で表示できます。
/etc/X11/xorg.confは、同じようです。
x起動時の画面を見ていると、解像度のチェックをしてNGとなっている
様な感じです。
upup-476ja0r5.isoとは何が違うのでしょうか。
ご存知の方がいらっしゃいましたらごきょうじゅお願い致します。
パソコンのスペック
FMV BIBLO MG/B75
intel Core2 Duo P8400 2.26Ghz
Video Mobile Intel(R) 4 Series Express Chipset Family
Display 14.1インチ
Memory2G
参考のためにxorg.confを添付します。
#Special base config file used in Puppy Linux.
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
Load "type1"
Load "freetype"
# This loads xtrap extension, used by xrandr
Load "xtrap"
# This loads the GLX module (if present)
Load "glx"
# This loads dri module (if present)
Load "dri"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R7/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
FontPath "/usr/X11R7/lib/X11/fonts/misc/"
FontPath "/usr/X11R7/lib/X11/fonts/Type1/"
FontPath "/usr/X11R7/lib/X11/fonts/TTF/"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...
Option "RandR" "on"
EndSection
#everything past here is auto-generated by Puppy's Xorg Wizard...
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp" #xkeymap0
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2" #mouse0protocol
Option "Device" "/dev/mouse"
#Option "Emulate3Buttons"
#Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5" #scrollwheel
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-90
VertRefresh 60-60
#UseModes "Modes0" #monitor0usemodes
#Option "PreferredMode" "PREFERREDMODE0"
Option "PreferredMode" "1280x800"
EndSection
Section "Modes"
Identifier "Modes0"
#modes0modeline0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa" #card0driver
VendorName "Intel Corporation"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x800"
EndSubsection
EndSection
#PuppyHardwareProfile=Intel_r_Cantiga_Graphics_Chip
ライブCDから起動するのですが、画面の表示が1024x768x16に
なってしまいます。あちこちかき回して見つけた
upup-476ja0r5.isoで起動すると、1280x800x16で表示できます。
/etc/X11/xorg.confは、同じようです。
x起動時の画面を見ていると、解像度のチェックをしてNGとなっている
様な感じです。
upup-476ja0r5.isoとは何が違うのでしょうか。
ご存知の方がいらっしゃいましたらごきょうじゅお願い致します。
パソコンのスペック
FMV BIBLO MG/B75
intel Core2 Duo P8400 2.26Ghz
Video Mobile Intel(R) 4 Series Express Chipset Family
Display 14.1インチ
Memory2G
参考のためにxorg.confを添付します。
#Special base config file used in Puppy Linux.
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
Load "type1"
Load "freetype"
# This loads xtrap extension, used by xrandr
Load "xtrap"
# This loads the GLX module (if present)
Load "glx"
# This loads dri module (if present)
Load "dri"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R7/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
FontPath "/usr/X11R7/lib/X11/fonts/misc/"
FontPath "/usr/X11R7/lib/X11/fonts/Type1/"
FontPath "/usr/X11R7/lib/X11/fonts/TTF/"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...
Option "RandR" "on"
EndSection
#everything past here is auto-generated by Puppy's Xorg Wizard...
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp" #xkeymap0
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2" #mouse0protocol
Option "Device" "/dev/mouse"
#Option "Emulate3Buttons"
#Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5" #scrollwheel
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-90
VertRefresh 60-60
#UseModes "Modes0" #monitor0usemodes
#Option "PreferredMode" "PREFERREDMODE0"
Option "PreferredMode" "1280x800"
EndSection
Section "Modes"
Identifier "Modes0"
#modes0modeline0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa" #card0driver
VendorName "Intel Corporation"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x800"
EndSubsection
EndSection
#PuppyHardwareProfile=Intel_r_Cantiga_Graphics_Chip
Re: Puppy-431JPで、1280x800表示ができません。
グラフィックチップが intelに対して vesa ドライバがあてがわれてますね。どら猫 さんが書きました: Identifier "Card0"
Driver "vesa" #card0driver
VendorName "Intel Corporation"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
(中略)
#PuppyHardwareProfile=Intel_r_Cantiga_Graphics_Chip
チップの検出はこれで正しいでしょうか?
xorgwizardを起動すると途中で [Test] が選択肢に出るところがあって、それを進むとドライバの選択肢が出るところがあったような……。
Intelのチップであれば、次のトピックもチェックください。
viewtopic.php?f=17&t=1385&start=0
Re: Puppy-431JPで、1280x800表示ができません。
どら猫 さん by » 10/04/05(月) 16:41
当方は、FMV BIBLO RE70 2009冬モデルです。
PUP431JPにて次の2点の動作不良でこちらに相談しましたが、未解決のまま次のバージョンに期待で待機中です。
・1280x800表示ができない
viewtopic.php?f=12&t=1532
・eth0を認識しない(インターネットに接続できない)
viewtopic.php?f=12&t=1524&start=15
当方の環境で、
dynabook rx1(2007冬モデル)では上記2点とも問題なかった。
FMV BIBLO RE70 2009冬モデルでも、ubuntu910では問題ない。
ということから、FMV BIBLO最新機種に於けるハードの適応性の問題と感じています。
by シノバー さん » 10/04/05(月) 17:59
どら猫 さんが書きました: Identifier "Card0"
Driver "vesa" #card0driver
VendorName "Intel Corporation"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
(中略)
#PuppyHardwareProfile=Intel_r_Cantiga_Graphics_Chip
グラフィックチップが intelに対して vesa ドライバがあてがわれてますね。
⇒当方を確認したら、内容が同じでした。
本件モニターしていますので、進捗が伺えればと思います。
当方は、FMV BIBLO RE70 2009冬モデルです。
PUP431JPにて次の2点の動作不良でこちらに相談しましたが、未解決のまま次のバージョンに期待で待機中です。
・1280x800表示ができない
viewtopic.php?f=12&t=1532
・eth0を認識しない(インターネットに接続できない)
viewtopic.php?f=12&t=1524&start=15
当方の環境で、
dynabook rx1(2007冬モデル)では上記2点とも問題なかった。
FMV BIBLO RE70 2009冬モデルでも、ubuntu910では問題ない。
ということから、FMV BIBLO最新機種に於けるハードの適応性の問題と感じています。
by シノバー さん » 10/04/05(月) 17:59
どら猫 さんが書きました: Identifier "Card0"
Driver "vesa" #card0driver
VendorName "Intel Corporation"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
(中略)
#PuppyHardwareProfile=Intel_r_Cantiga_Graphics_Chip
グラフィックチップが intelに対して vesa ドライバがあてがわれてますね。
⇒当方を確認したら、内容が同じでした。
本件モニターしていますので、進捗が伺えればと思います。
−−−−FMVRE70;pup431〜lupu520でEth0認識せず、lupu528upでやっと認識した//B915
Re: Puppy-431JPで、1280x800表示ができません。
どら猫さん、この投稿の終わりの方の
xf86-video-intel-2.7.0-i486.pet
libdrm-2.4.9-i486.pet
をダウンロードしてインストール後
メニュー|セットアップ|Xorgビデオウィザードで設定し直してみては?
あるいはメニュー|シャットダウン|Xサーバをリスタート
その際、XorgWizard|<Xorg>を選択する事。
◎ここまで、以降は必要に応じて参照してください。
Puppy Linux 動作実績 その4
301より、一部抜粋。
-------
動作報告で記述した”openchrome”のPETモジュールがUPされてましたので導入すると”CX700”を認識して動作し始ました。確認は"Xorg.0.log"を見てです。
"Puppy Linux Discussion Form" 内
Xorg driver update for various cards
xf86-video-openchrome-0.2.904-i486.pet
http://www.murga-linux.com/puppy/viewtopic.php?t=48019
(他にも色々なVideoカード用driverがありました)
(↑ここからintelのVideoカード用driverをダウンロードしてインストールしてみては
)
注意点は導入後 xorg.conf 内の"driver"記述を書き換える必要があります。
Linux Graphics Drivers from Intel
カーネルドライバモジュール関連)
Puppy Xorg_drivers
xf86-video-i128-1.3.3-i486.pet
xf86-video-i740-1.3.2-i486.pet
(↑ビデオグラフィックコントローラチップを調べて適切なドライバをダウンロードしてインストールする)
サンプル xorg.conf
より、一部抜粋。
-------
FMWORLD.NET(法人) >FMV-BIBLOシリーズ>サポート>Linux関連情報>搭載チップ情報>
より、一部抜粋。
-------
(どら猫さんのPC、ビデオグラフィックチップ情報)
FMV-BIBLO MG/B75|Intel GM45 内蔵
「FMV-BIBLO MG/B75 Intel GM45」でWWW検索して
Updated Intel & VIA kernel modules for k2.6.21.7 and k2.6.25
xf86-video-intel-2.6.0-i486.pet
xf86-video-intel-2.7.0-i486.pet ← まずはこれと
libdrm-2.4.9-i486.pet ← これをダウンロードしてインストール
xf86-video-intel-2.7.0-i486.pet
libdrm-2.4.9-i486.pet
をダウンロードしてインストール後
メニュー|セットアップ|Xorgビデオウィザードで設定し直してみては?
あるいはメニュー|シャットダウン|Xサーバをリスタート
コード: 全て選択
# xorgwizard
◎ここまで、以降は必要に応じて参照してください。
Puppy Linux 動作実績 その4
301より、一部抜粋。
-------
動作報告で記述した”openchrome”のPETモジュールがUPされてましたので導入すると”CX700”を認識して動作し始ました。確認は"Xorg.0.log"を見てです。
"Puppy Linux Discussion Form" 内
Xorg driver update for various cards
xf86-video-openchrome-0.2.904-i486.pet
http://www.murga-linux.com/puppy/viewtopic.php?t=48019
(他にも色々なVideoカード用driverがありました)
(↑ここからintelのVideoカード用driverをダウンロードしてインストールしてみては

注意点は導入後 xorg.conf 内の"driver"記述を書き換える必要があります。
Linux Graphics Drivers from Intel
カーネルドライバモジュール関連)
コード: 全て選択
# uname -r
# cd /lib/modules/$(uname -r)/kernel
# pwd
/lib/modules/2.6.xx.xx/kernel
# ls
arch block crypto drivers fs lib net sound
# find -name 'intel*'
./drivers/char/agp/intel-agp.ko
./drivers/platform/x86/intel_menlow.ko
./drivers/video/intelfb
# lsmod|grep intel
(ここにintel-agp が出ている事)
xf86-video-i128-1.3.3-i486.pet
xf86-video-i740-1.3.2-i486.pet
(↑ビデオグラフィックコントローラチップを調べて適切なドライバをダウンロードしてインストールする)
サンプル xorg.conf
より、一部抜粋。
-------
コード: 全て選択
Section "Device"
Identifier "Card0"
Driver "intel"
Option "XaaNoOffscreenPixmaps" "1"
EndSection
より、一部抜粋。
-------
(どら猫さんのPC、ビデオグラフィックチップ情報)
FMV-BIBLO MG/B75|Intel GM45 内蔵
「FMV-BIBLO MG/B75 Intel GM45」でWWW検索して
Updated Intel & VIA kernel modules for k2.6.21.7 and k2.6.25
xf86-video-intel-2.6.0-i486.pet
xf86-video-intel-2.7.0-i486.pet ← まずはこれと
libdrm-2.4.9-i486.pet ← これをダウンロードしてインストール
みのむし
Notebook PC HP G62
CPU: Intel(R) Core(TM)i5 M450 @ 2.40GHz
MEM: 4GB
Puppy Linux Quickset 5.1.1 JP
PC内蔵無線LANデバイス RTL8171(r8192se_pci)
Notebook PC HP G62
CPU: Intel(R) Core(TM)i5 M450 @ 2.40GHz
MEM: 4GB
Puppy Linux Quickset 5.1.1 JP
PC内蔵無線LANデバイス RTL8171(r8192se_pci)
Re: Puppy-431JPで、1280x800表示ができません。

シノバーさん、ご意見有難うございました。
ずいぶんとご無沙汰してしまいました。
シノバーさんのご意見のように、intelのいろいろなドライバーを入れて
やってみましたがどれも全然だめで、諦めて投げ出してしまって
ECOLINUXに乗り換えていました。
連休で暇があったのでチョット見たらミノムシさんの書き込みが
ありましたのでやってみました。1280*800できれいに表示できました。
さすがと言うかよくわかるものですね、有難うございました。
>この投稿の終わりの方の
>xf86-video-intel-2.7.0-i486.pet
>libdrm-2.4.9-i486.pet
>をダウンロードしてインストール後>メニュー|セットアップ|Xorgビデオウィザードで設定し直してみては?
>あるいはメニュー|シャットダウン|Xサーバをリスタート
>
コード: 全て選択
# xorgwizard
Re: Puppy-431JPで、1280x800表示ができません。
どら猫さん、どら猫 さんが書きました:みのむしさん 感激です、表示できました。
シノバーさん、ご意見有難うございました。
ずいぶんとご無沙汰してしまいました。
シノバーさんのご意見のように、intelのいろいろなドライバーを入れて
やってみましたがどれも全然だめで、諦めて投げ出してしまって
ECOLINUX に乗り換えていました。
連休で暇があったのでチョット見たらミノムシさんの書き込みが
ありましたのでやってみました。1280*800できれいに表示できました。
さすがと言うかよくわかるものですね、有難うございました。
>この投稿の終わりの方の
>xf86-video-intel-2.7.0-i486.pet
>libdrm-2.4.9-i486.pet
>をダウンロードしてインストール後>メニュー|セットアップ|Xorgビデオウィザードで設定し直してみては?
>あるいはメニュー|シャットダウン|Xサーバをリスタート
>
コード:
# xorgwizard
>その際、XorgWizard|<Xorg>を選択する事。
久しく返信が無かったので、諦められたのではと思っていました...
うまく表示出来て良かったですね。
おめでとうございました

みのむし
Notebook PC HP G62
CPU: Intel(R) Core(TM)i5 M450 @ 2.40GHz
MEM: 4GB
Puppy Linux Quickset 5.1.1 JP
PC内蔵無線LANデバイス RTL8171(r8192se_pci)
Notebook PC HP G62
CPU: Intel(R) Core(TM)i5 M450 @ 2.40GHz
MEM: 4GB
Puppy Linux Quickset 5.1.1 JP
PC内蔵無線LANデバイス RTL8171(r8192se_pci)
Re: Puppy-431JPで、1280x800表示ができません。
投稿記事 by どら猫 さん » 10/05/04(火) 23:28
投稿記事 by みのむし さん » 10/05/05(水) 00:06
私(FMV BIBLO RE70 2009冬モデル)も、同様にして、横延び表示が解消されました。
お礼を兼ねてご報告まで。
####しかし、eth0認識せずは未解決のまま…ネット接続はできないままですが。
投稿記事 by みのむし さん » 10/05/05(水) 00:06
私(FMV BIBLO RE70 2009冬モデル)も、同様にして、横延び表示が解消されました。
お礼を兼ねてご報告まで。
####しかし、eth0認識せずは未解決のまま…ネット接続はできないままですが。
−−−−FMVRE70;pup431〜lupu520でEth0認識せず、lupu528upでやっと認識した//B915
Re: Puppy-431JPで、1280x800表示ができません。
angkor_hさん、情報不足。angkor_h さんが書きました:####しかし、eth0認識せずは未解決のまま…ネット接続はできないままですが。
ネットワーク情報
プロバイダ?
ADSL?
ルータ有り?
などの情報と、
PCの内蔵LANデバイス情報
コード: 全て選択
# lspci
そして、
コード: 全て選択
# dmesg|grep eth0
...
# idconfig
デスクトップ「接続」アイコンをクリックして
『インターネット コネクション ウィザード』
接続
ネットワーク 又は 無線 LAN でインターネット... の右のアイコンをクリック
『Puppy Network Wizard』
(ここに、eth0 だけが出ている場合は次に進む。wlan0などが出ている場合は前に戻る)
>eth0 だけが出ている場合
(前からの続行)
[eth0]ボタンをクリック
『eth0 eth0 ネットワークを設定』
[eth0 をテスト]ボタンをクリック
[自動 DHCP]ボタンをクリック
(以後、省略)
有線LAN接続設定(図解)
>wlan0などが出ている場合
無線LANデバイスのドライバ名を調べて rmmod する。
コード: 全て選択
# rmmod ath9k
※ここを検索してみました所、私とのやりとりが見つかりました。
LANデバイスドライバは tg3 ですが、このドライバがうまく行っていないようです。
Quirky 1.1 を試してみては?
- qret-110.iso ... kernel 2.6.30.5
- qrky-110.iso ... kernel 2.6.33.2 ← うまく行く可能性大
最後に編集したユーザー みのむし [ 10/05/19(水) 13:32 ], 累計 4 回
みのむし
Notebook PC HP G62
CPU: Intel(R) Core(TM)i5 M450 @ 2.40GHz
MEM: 4GB
Puppy Linux Quickset 5.1.1 JP
PC内蔵無線LANデバイス RTL8171(r8192se_pci)
Notebook PC HP G62
CPU: Intel(R) Core(TM)i5 M450 @ 2.40GHz
MEM: 4GB
Puppy Linux Quickset 5.1.1 JP
PC内蔵無線LANデバイス RTL8171(r8192se_pci)
Re: Puppy-431JPで、1280x800表示ができません。
by みのむし さん » 10/05/15(土) 20:05 に返信
すみません。余計なことを書き加えてしまいました。
eth0を認識しない件についてはここで年末年始にかけてみのむしさんにご対応いただき、「カーネルのアップバージョン待ち」で締めくくりさせていただいています。
→ viewtopic.php?f=12&t=1524&start=15
その後puppy上で手続きに従いwindows用のドライバーをインストールしても同じでした。
なので、本件については、次期puppy(カーネルのアップバージョン後)での報告か、もう一度ご相談させていただきたいと思います。
どら猫 さん 場所をお借りして申し訳ありませんです…
すみません。余計なことを書き加えてしまいました。
eth0を認識しない件についてはここで年末年始にかけてみのむしさんにご対応いただき、「カーネルのアップバージョン待ち」で締めくくりさせていただいています。
→ viewtopic.php?f=12&t=1524&start=15
その後puppy上で手続きに従いwindows用のドライバーをインストールしても同じでした。
なので、本件については、次期puppy(カーネルのアップバージョン後)での報告か、もう一度ご相談させていただきたいと思います。
どら猫 さん 場所をお借りして申し訳ありませんです…
−−−−FMVRE70;pup431〜lupu520でEth0認識せず、lupu528upでやっと認識した//B915
Re: Puppy-431JPで、1280x800表示ができません。
angkor_hさん
Quirky 1.1(qrky-110.iso ... カーネル 2.6.33.2)ならうまく行く可能性大です。
ぜひ、お試しを
なお、Frugalインストール用ファイルは以下のURLに置いています。
grub.conf の「pmedia=...」の修正をお忘れなく
quirky-1.1(qrky-110.iso ... カーネル 2.6.33.2) Frugalインストール用ファイル
※私が、EPSON Endeavor NA702に外付けUSB HDD を接続して、そこにFrugalインストールして実際に使用しているもの。
一応、お約束の言葉を...
「ご利用に際しては、自己責任でお願いします。何か事故など起こりましても私は責任は取れません。」
※良い、ご報告をお待ちしています
参考:有線LAN BCM57780 が認識される根拠
−−−−pup431JP_USB-MEM_boot//FMV-RE70…しかし、Eth0認識せずのまま//0111
Quirky 1.1(qrky-110.iso ... カーネル 2.6.33.2)ならうまく行く可能性大です。
ぜひ、お試しを

なお、Frugalインストール用ファイルは以下のURLに置いています。
grub.conf の「pmedia=...」の修正をお忘れなく

quirky-1.1(qrky-110.iso ... カーネル 2.6.33.2) Frugalインストール用ファイル
※私が、EPSON Endeavor NA702に外付けUSB HDD を接続して、そこにFrugalインストールして実際に使用しているもの。
一応、お約束の言葉を...
「ご利用に際しては、自己責任でお願いします。何か事故など起こりましても私は責任は取れません。」
※良い、ご報告をお待ちしています

参考:有線LAN BCM57780 が認識される根拠
Quirky 1.1(qrky-110.iso) 上で実行して確認。BCM57780(14e4:1692 rev 01) ... ドライバ tg3
コード: 全て選択
# lspci|grep Ethernet
...
# cd /lib/modules/2.6.33.2/kernel/drivers/net
# ls -l tg3.ko
-rw-r--r-- 1 root root 126120 2010-04-05 22:20 tg3.ko
# strings tg3.ko|grep 1692
alias=pci:v000014E4d00001692sv*sd*bc*sc*i*
みのむし
Notebook PC HP G62
CPU: Intel(R) Core(TM)i5 M450 @ 2.40GHz
MEM: 4GB
Puppy Linux Quickset 5.1.1 JP
PC内蔵無線LANデバイス RTL8171(r8192se_pci)
Notebook PC HP G62
CPU: Intel(R) Core(TM)i5 M450 @ 2.40GHz
MEM: 4GB
Puppy Linux Quickset 5.1.1 JP
PC内蔵無線LANデバイス RTL8171(r8192se_pci)