>「メニュー」は/root/.jwmrc-trayの任意の行に、
>コード:
><TrayButton label="メニュー" icon="mini-dog.xpm">root:3</TrayButton>
>と書くことで復活します。
新谷さん、ご教授感謝します。
# cd /usr/sbin
# cp wag-profiles.sh wag-profiles.sh.org
# geany wag-profiles.sh
(オプション|行番号を表示(L))
1370 [ "$PROFILE_MODE" ] && iwconfig "$INTERFACE" mode $PROFILE_MODE >> $DEBUG_OUTPUT 2>&1
1371 sleep 6
1372 [ "$PROFILE_ESSID" ] && iwconfig "$INTERFACE" essid "$PROFILE_ESSID" >> $DEBUG_OUTPUT 2>&1
1373 sleep 3依存関係などの都合で合計6個のモジュールの追加の必要だった、ということでしょうか?Koropup2 には rt2860sta.ko が入っていなかったので
4.3.1JP から持ってきて /lib/modules/2.6.30.5/extra に入れました(全部で6個追加)
#unlike BOOTCONFIG and PUPSTATE that are auto-generated by Puppy,
#MODULESCONFIG was manually created and can be edited.
#MODULESCONFIG is inserted into /sbin/pup_event_backend_d and pup_event_backend_modprobe.
#MODULESCONFIG is read/written by the BootManager (System menu).
#Please use underscore '_' in all module names, not '-'.
#PCI_OVERRIDES: if no match, or multiple matches, may need manual override...
#Put one entry on each line, using lower case a-f hex digits...
PCI_OVERRIDES='dmfe 0x00001282 0x00009102 #r_hughes reports tulip module not work.
hso 0x00000af0 0x00007071 #rerwin: Supercedes option module for these 3G USB modems...
hso 0x00000af0 0x00007111
hso 0x00000af0 0x00007071
hso 0x00000af0 0x00007051
hso 0x00000af0 0x00007031
hso 0x00000af0 0x00007011
hso 0x00000af0 0x00006911
hso 0x00000af0 0x00006811
hso 0x00000af0 0x00006771
hso 0x00000af0 0x00006751
hso 0x00000af0 0x00006731
hso 0x00000af0 0x00006711
hcfpcihw 0x0000127a 0x00001023 #rerwin: Alternative is hsfpcibasic2...
hcfpcihw 0x0000127a 0x00001024
hcfpcihw 0x0000127a 0x00001025
hcfpcihw 0x0000127a 0x00001026
hcfpcihw 0x0000127a 0x00001085
hcfpcihw 0x0000127a 0x00002004
hcfpcihw 0x0000127a 0x00002005
hcfpcihw 0x0000127a 0x00002006
hcfpcihw 0x0000127a 0x00001023
hcfpcihw 0x0000127a 0x00001024
hcfpcihw 0x000014f1 0x00001025
hcfpcihw 0x000014f1 0x00001026
hcfpcihw 0x000014f1 0x00001085
hsfpcibasic2 0x000014f1 0x00002004
hsfpcibasic2 0x000014f1 0x00002005
hsfpcibasic2 0x000014f1 0x00002006
'
#SKIPLIST: may need to simply skip some modules...
#v2.15 suddenly occurred to me, what if oss and alsa sound modules both load?
# skip all pci oss... btaudio es1371 i810_audio kahlua trident via82cxxx_audio
#usbmouse, usbkbd are not needed if usbhid is loaded. ub is bad, messes up usb_storage.
#note, make sure SKIPLIST has space chars on the beginning and end.
#note, BootManager will read/write this variable.
#v403 note, rc.sysinit generates /tmp/pup_event_modprobe.conf from SKIPLIST, used in pup_event_backend_d.
#v431 took out 'ltserial'...
SKIPLIST=" arcfb cirrusfb cyber2000fb cyblafb hgafb neofb pm2fb s1d13xxxfb sstfb tdfxfb tridentfb vga16fb aty128fb atyfb radeonfb i810fb intelfb kyrofb nvidiafb rivafb savagefb sisfb btaudio es1371 i810_audio kahlua trident ub usbkbd usbmouse via82cxxx_audio "
#ADDLIST: if a module did not get auto-loaded but you know it is required for
#your hardware, add it to this list. Note, BootManager will read/write this.
#an entry is allowed to have parameters, replace ' ' with ':'. ex: "mmc_block:major=179"
#note, list needs a space char at beginning and at end.
ADDLIST=''
#PREFLIST: sometimes there are two hits, that is, two modules match the same
#'modalias' (that is, they are both claiming the same hardware). In such a case,
#here we can specify a preference. Each entry here is of the form
#'module1:module2' where module2 is the preferred choice.
#note, list needs a space char at beginning and at end.
#w471 removed: ath5k:ath_pci martian_dev:ltserial r8169:r8101
PREFLIST=' rtl8180:r8180 rtl8187:r8187 rt2500usb:rt73usb orinoco_nortel:hostap_plx orinoco_plx:hostap_plx orinoco_tmd:hostap_plx orinoco_pci:hostap_pci bcm43xx:ssb prism54:p54pci atl1c:atl1e '

if [ $RETVAL1 -eq 0 ];then
exec rox -x /mnt/$ONEDRVNAME -d /mnt/$ONEDRVNAME
else
#091223 why did it fail?
dd if=/dev/$ONEDRVNAME of=/dev/null bs=512 count=1 > /dev/null 2>&1
if [ $? -ne 0 ];then
#/tmp/pup_event_frontend_block_request is used in /sbin/pup_event_frontend_d to refresh drv...
case $ONEDRVNAME in
mmcblk*)
yONEDRV="`echo -n "$ONEDRVNAME" | cut -c 1-7`"
;;
*)
yONEDRV="`echo -n "$ONEDRVNAME" | cut -c 1-3`"
;;
esac
echo "$yONEDRV" > /tmp/pup_event_frontend_block_request
fi
fiこのフォーラムを閲覧中のユーザー: なし & ゲスト[1人]