> echo 'noauto,0x0000,0xedff' >> /etc/chandev.conf > echo 'noauto,0xee03,0xffff' > /etc/chandev.conf > echo 'add_parms,0x10,0xee00,0xee02,portname:OSA1' > /etc/chandev.conf > echo 'qeth0,0xee00,0xee01,0xee02' > /etc/chandev.conf > modprobe qeth
Surely it's backwards: echo 'noauto,0x0000,0xedff' > /etc/chandev.conf echo 'noauto,0xee03,0xffff' >> /etc/chandev.conf echo 'add_parms,0x10,0xee00,0xee02,portname:OSA1' >> /etc/chandev.conf echo 'qeth0,0xee00,0xee01,0xee02' >> /etc/chandev.conf modprobe qeth Make sure that file contains what you want with cat /etc/chandev.conf -- Pete
