![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Failed to open output file Error | Anji | Shell Programming and Scripting | 0 | 01-16-2008 04:33 AM |
| cannot open error | venu_cisco | UNIX for Dummies Questions & Answers | 4 | 03-13-2007 11:49 PM |
| ERROR: Can't open boot-device | tt155 | SUN Solaris | 5 | 06-20-2006 07:39 AM |
| error shutting down open bsd | ferret | UNIX for Dummies Questions & Answers | 1 | 01-15-2004 09:24 AM |
| How can I map Unix keyboard for PC keyboard | simhab | UNIX for Advanced & Expert Users | 1 | 03-06-2002 08:29 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Error: could not open /dev/kbd to get keyboard
hi,
Why do i get an error "could not open /dev/kbd to get keyboard type US keyboard assumed" wehn i execute the script on my AIX machine. Just curious to know. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Without knowing what the script looks like, one can only guess.
Are you using dos2unix or similar command in your script? On non-i386 systems, dos2unix will attempt to obtain the keyboard type to determine which code page to use. Other- wise, the default is US. The user may override the code page with one of the following options: -437 Use US code page -850 Use multilingual code page -860 Use Portuguese code page |
|
#3
|
|||
|
|||
|
Yup.. -437 will work.. I had the same problem sometime back.. and I used -437 to override that message..
|
|||
| Google The UNIX and Linux Forums |