User Tools

Site Tools


linux:welcome

This is an old revision of the document!


Linux Help

Commands

locate

Find files everywhere

Serial to USB

If you are using the usb → RS232 adapter, the serial drivers may need to be installed for the device to work properly. After plugging in the device, first check the hardware messages to see the device was detected:

dmesg

Torward the end of the messages, you should see this:

usb 1-1: new full speed USB device using uhci_and address 2
usb 1-1: configuration #1 chosen from 1 choice

if you see this, then you do not need to do the rest

[ 5429.330501] moschip7720 2-1.1:1.0: Moschip 2 port adapter converter detected
[ 5429.331157] usb 2-1.1: Moschip 2 port adapter converter now attached to ttyUSB1
[ 5429.331245] usb 2-1.1: Moschip 2 port adapter converter now attached to ttyUSB2

Now, we need to figure out the device vendor number and product number to tell the usbserial driver. For this we can use lsusb. The easiest way to find the information is to first unplug the device, then run lsusb:

lsusb

You will see a summary list of your USB devices on the system, I only have one:

Bus 001 Device 001: ID 0000:0000

Now, plug the device back in, and run lsusb again:

lsusb

Cardapio

Installation in Ubuntu

Cardapio can easily be installed in Ubuntu versions 10.04 (Lucid Lynx), 10.10 (Maverick Meerkat), 11.04 (Natty Narwhal), and the upcoming 11.11 (Oneiric Ocelot). To install, simply follow the steps below:

1) Run these commands in a terminal: $ sudo add-apt-repository ppa:cardapio-team/unstable && sudo apt-get update

2) Now pick one or more of these, depending on how you want to use Cardapio: $ sudo apt-get install cardapio-gnomepanel # ←- to install the Gnome-Panel applet $ sudo apt-get install cardapio-docky # ←- to install the Docky applet $ sudo apt-get install cardapio-awn # ←- to install the AWN applet $ sudo apt-get install cardapio-gnomeshell # ←- to install the Gnome-Shell applet $ sudo apt-get install cardapio # ←- to use it in stand-alone mode only

3) Done!

linux/welcome.1323709129.txt.gz · Last modified: 2021/08/14 04:19 (external edit)