ORCAレセコンをご利用中のお客様
A:
sudo vi /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash usbcore.autosuspend=-1″
sudo update-grub
sudo reboot
cat /sys/module/usbcore/parameters/autosuspend
「-1」と表示されるはずです。
こちらを設定しました。
/opt/brother/fax/brmfcfax/inf/brFAXrc
設定例
#   Paper
#       A4   : A4
#       LTR  : Letter
#       LGL  : Legal
Paper=A4
#   Quality
#       FINE : resolution 200×200
#       STD  : resolution 200×100
Quality=FINE
fax_number=075**27***
fax_number_list=
#
# Ignore CUPS option settings
#  IgnoreOptionSettings=Yes/No
#
IgnoreOptionSettings=Yes
プリンタ名「BRFAX」で印刷を行うとfax_numberあてにFAX送付ができました。
A:
一例
echo 192.168.1.{1..254} | xargs -P256 -n1 ping -s1 -c1 -W1 | grep ttl
A:
読み込み
# hdparm -t /dev/sda1
/dev/sda1:
 Timing buffered disk reads: 1314 MB in  3.01 seconds = 437.27 MB/sec
書き込み
time dd if=/dev/zero of=/home/hasegawa/hdparm_write.tmp ibs=1M obs=1M count=1024
1024+0 レコード入力
1024+0 レコード出力
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.42508 s, 753 MB/s
real    0m1.488s
user    0m0.042s
sys     0m0.542s