Ubuntu 12.04 connection problems

Hi, I completed the board, and It seems to connect ok with Linux, since I get the following log in dmesg:

[ 2951.260017] usb 3-1: new full-speed USB device number 5 using xhci_hcd
[ 2951.281952] usb 3-1: New USB device found, idVendor=0403, idProduct=6001
[ 2951.281960] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2951.281964] usb 3-1: Product: FT232R USB UART
[ 2951.281967] usb 3-1: Manufacturer: FTDI
[ 2951.281970] usb 3-1: SerialNumber: A501VIGK
[ 2951.284632] ftdi_sio 3-1:1.0: FTDI USB Serial Device converter detected
[ 2951.284692] usb 3-1: Detected FT232RL
[ 2951.284698] usb 3-1: Number of endpoints 2
[ 2951.284702] usb 3-1: Endpoint 1 MaxPacketSize 64
[ 2951.284706] usb 3-1: Endpoint 2 MaxPacketSize 64
[ 2951.284710] usb 3-1: Setting MaxPacketSize 64
[ 2951.284985] usb 3-1: FTDI USB Serial Device converter now attached to ttyUSB1

I went ahead and downloaded the repetier host for linux, version 0.84, to make sure it is the same with the windows settings. I ran the configureFirst.sh as root, everything installed fine or was up to date.
I added myself to the dialout group.

I ran repetier and made sure all the settings were the same as step 2. I pressed connect and I only got the following:

01:48:51.692 : OpenGL version:3.0 Mesa 9.1.4
01:48:51.692 : OpenGL extensions:GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements
… more GL_EXT data here …
GL_EXT_transform_feedback GL_ARB_ES3_compatibility GL_ARB_invalidate_subdata
01:48:51.692 : OpenGL renderer:Mesa DRI Intel® Ivybridge Mobile
01:48:51.692 : Using fast VBOs for rendering is possible

I get no other messages, no temperature readout, a message saying there are 5 messages waiting. The manual tab does nothing for any of the axis buttons, nor does anything light up on the board. The oinly time a light blinks is when I hit the OK button on the manual tab. So there’s communication going on, but not much.

When I first plug the board in I get one flash from LD1. When I plug it in to USB2, I get two flashes from LD5 and LD6 then all lights go out.
I thought maybe the board was missing the firmware, so I did step 7, downloaded the firmware from the site, uploaded the Marlin.ino, shorted the JPROG pins while uploading and everything went across just fine.

Still nothing, even after I press the reset switch. It certainly looks like the board is discovered by Ubuntu, connects correctly to the actual device via the arduino software (And the lights flash while doing the upload) so I just don’t know what I could be missing. All voltages are correct on the x,y,z,extruder drivers.

When I select repetier Device Info - I get Device: unknown, lines send 16, bytes sent 221, errors, 0.

After the initial device assignment, dmesg reports nothing else.

Anyone have this working on Ubuntu?

Maybe this thread helps:
https://forum.vellemanprojects.eu/t/how-to-communicate-with-a-linux-ubuntu/7295/1

Perfect, this was exactly the problem. Everything seems to work. That thread needs to be made sticky.

Thanks!