This is what I'm getting in my logs:
> Feb 24 09:17:56 firewall p9100d[31041]: /dev/lp0: No such device or address
And printer doesn't work. I don't see below lines in root.dev.mk or 
root.dev.nod
There are lines in root.dev.mk a bit different
#parallel printer
makedevs lp c 0 0  2 >null 2>&1
so I presume this makes lp and parport devices. Shouldn't be there line

mknod lp0 c 6 0 >null  2>&1


But there is nothing about printer in root.dev.mod
plus I'm getting line
 Feb 24 09:17:56 firewall p9100d[31041]: /dev/lp0: No such device or address
in logs.
Sorry but I'm newbie in LInux.
Andrey




Eric Spakman wrote:
> Andrey,
>
> Those devices are already created by default.
>
> Eric
>
> >From "Creating printer server on your Bering machine"
>   
>> "
>>     
>>> Save the changed file and quit out of the Bering menu. We also need to 
>>> ensure there are sufficient printer and parallel interfaces for the 
>>> system to use. From the command line, change directory to:
>>>
>>> cd /var/lib/lrpkg
>>>   
>>>
>>> Edit the file root.dev.mk by issuing
>>>
>>> ae root.dev.mk
>>>   
>>>
>>> Check the file for the following lines:
>>>
>>> (...)
>>> mknod lp0 c 6 0 >null  2>&1
>>> (...)
>>> mknod par0  c 6 0 >null 2>&1
>>>   
>>>
>>> In the stock Bering 1.1 distro, you are likely to find lines setting 
>>> up two lp nodes. Make sure you add the lines required to set up the 
>>> "par" nodes.
>>>
>>> If you need nodes for more than one printer and parallel port, add 
>>> more nodes, incrementing the nodes as show below:
>>>
>>> mknod lp1 c 6 1 >null  2>&1
>>> mknod lp2 c 6 2 >null  2>&1
>>>
>>> mknod par1  c 6 1 >null 2>&1
>>> mknod par2  c 6 2 >null 2>&1
>>>   
>>>
>>> Save and quit the root.dev.mk file.
>>>
>>> Set the appropriate permissions on these nodes by editing the 
>>> root.dev.mod file, which is in the same /var/lib/lrpkg directory.
>>>
>>> To this file, add the following:
>>>
>>> chmod 666  lp*  >null 2>&1
>>> chmod 640 par* >null 2>&1
>>>   
>>>
>>> Save and quit the root.dev.mod file.
>>>
>>>       
>> "
>> Andrey
>>
>> Eric Spakman wrote:
>>     
>>> Hi Andrey,
>>>
>>> What did you change in the p9100 configuration and why did you need to
>>> change /var/lib/lrpkg files?
>>>
>>> Eric
>>>
>>>   
>>>       
>>>> Hello. I'm setting up p9100 printer.  I had to edit files in
>>>> /var/lib/lrpkg and they are in root package. There is no more option to
>>>> backup root package. How can I save this to the floppy? I tried to save
>>>> configuration but this didn't do it. Thanks Andrey
>>>>
>>>>
>>>> -------------------------------------------------------------------------
>>>>  Take Surveys. Earn Cash. Influence the Future of IT
>>>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>>>> your opinions on IT & business topics through brief surveys-and earn cash
>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>>>  ------------------------------------------------------------------------
>>>>  leaf-user mailing list: leaf-user@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/leaf-user
>>>> Support Request -- http://leaf-project.org/
>>>>
>>>>
>>>>     
>>>>         
>>>
>>>   
>>>       
>
>
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to