Ubuntu 11.10 problem on Beagleboard-xM Rev C

Usb ports and network doesn't work for me on ubuntu server for omap
image. Only netinstall working. Anyone else having the same issue?

If you specify the image name and where you downloaded from i can
point you to the bug reports.. :wink:

If it was downloaded from my rcn-ee.net domain or github, it should be
working just fine, if not let me know asap. :wink:

Regards,

Hello Nelson,

I'm damosvil with the nick of my work.
The images I tried are from cdimage.ubuntu.com. They are the 11.04 and
11.10 ones and they both didn't work with my BeagleBoard xM Rev C.

The images I worked with are:
http://cdimage.ubuntu.com/releases/11.10/release/ubuntu-11.10-preinstalled-server-armel+omap.img.gz
http://cdimage.ubuntu.com/releases/11.04/release/ubuntu-11.04-preinstalled-headless-armel+omap.img.gz

Hi Robert,

I'm damosvil, answering with the nick I use in my work.

The images I tested are:
http://cdimage.ubuntu.com/releases/11.04/release/ubuntu-11.04-preinstalled-headless-armel+omap.img.gz
http://cdimage.ubuntu.com/releases/11.10/release/ubuntu-11.10-preinstalled-server-armel+omap.img.gz

Thanks

Same issue here, any idea what's the issue?

Can you comment out

	if (cpu_is_omap3630()) {
! 		/* Power on DVI, Serial and PWR led */

! 		gpio_request(gpio + 1, "nDVI_PWR_EN");
! 		gpio_direction_output(gpio + 1, 0);
! 
! 		/* Power on camera interface */
! 		gpio_request(gpio + 2, "CAM_EN");
! 		gpio_direction_output(gpio + 2, 1);

! 
! 		/*
! 		 * TWL4030_GPIO_MAX + 0 == ledA, EHCI nEN_USB_PWR
! 		 * (out, active low)
! 		 */
! 		gpio_request(gpio + TWL4030_GPIO_MAX, "nEN_USB_PWR");
! 		gpio_direction_output(gpio + TWL4030_GPIO_MAX, 1);

! 	} else {

from arch/arm/mach-omap2/board-omap3beagle.c and try.