* [Buildroot] Pandaboard ethernet @ 2013-01-31 8:31 Gerald 2013-01-31 8:43 ` Yegor Yefremov 0 siblings, 1 reply; 7+ messages in thread From: Gerald @ 2013-01-31 8:31 UTC (permalink / raw) To: buildroot With Buildroot 2011.11.1, i use the setting of pandaboard config, but i have no ethernet : ifconfig eth0 up : SIOCGIFFLAGS: No such device. What is the driver of ethernet pandaboard and how-to use it ? ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Pandaboard ethernet 2013-01-31 8:31 [Buildroot] Pandaboard ethernet Gerald @ 2013-01-31 8:43 ` Yegor Yefremov 2013-01-31 8:52 ` Belisko Marek 0 siblings, 1 reply; 7+ messages in thread From: Yegor Yefremov @ 2013-01-31 8:43 UTC (permalink / raw) To: buildroot On Thu, Jan 31, 2013 at 9:31 AM, Gerald <gerald.radix@gmail.com> wrote: > With Buildroot 2011.11.1, i use the setting of pandaboard config, but i > have no ethernet : > > ifconfig eth0 up : > SIOCGIFFLAGS: No such device. > > What is the driver of ethernet pandaboard and how-to use it ? Just activate CONFIG_USB_NET_SMSC95XX and then post output of ifconfig: ifconfig -a Yegor ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Pandaboard ethernet 2013-01-31 8:43 ` Yegor Yefremov @ 2013-01-31 8:52 ` Belisko Marek 2013-01-31 9:07 ` Gerald 2013-01-31 9:53 ` Gerald 0 siblings, 2 replies; 7+ messages in thread From: Belisko Marek @ 2013-01-31 8:52 UTC (permalink / raw) To: buildroot On Thu, Jan 31, 2013 at 9:43 AM, Yegor Yefremov <yegorslists@googlemail.com> wrote: > On Thu, Jan 31, 2013 at 9:31 AM, Gerald <gerald.radix@gmail.com> wrote: >> With Buildroot 2011.11.1, i use the setting of pandaboard config, but i >> have no ethernet : >> >> ifconfig eth0 up : >> SIOCGIFFLAGS: No such device. >> >> What is the driver of ethernet pandaboard and how-to use it ? > > Just activate CONFIG_USB_NET_SMSC95XX and then post output of ifconfig: Hmm BT 2011.1.1 using kernel 3.6.8 and in omap2plus_defconfig is in this veriosion: CONFIG_USB_NET_SMSC95XX=y so it should be enabled. Maybe HW problem? > > ifconfig -a > > Yegor > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot Cheers, mbe -- as simple and primitive as possible ------------------------------------------------- Marek Belisko - OPEN-NANDRA Freelance Developer Ruska Nova Ves 219 | Presov, 08005 Slovak Republic Tel: +421 915 052 184 skype: marekwhite twitter: #opennandra web: http://open-nandra.com ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Pandaboard ethernet 2013-01-31 8:52 ` Belisko Marek @ 2013-01-31 9:07 ` Gerald 2013-01-31 9:53 ` Gerald 1 sibling, 0 replies; 7+ messages in thread From: Gerald @ 2013-01-31 9:07 UTC (permalink / raw) To: buildroot In buildroot, where is the .config file for the kernel. It's a pandaboard ES card... Le 31/01/2013 09:52, Belisko Marek a ?crit : > On Thu, Jan 31, 2013 at 9:43 AM, Yegor Yefremov > <yegorslists@googlemail.com> wrote: > >> On Thu, Jan 31, 2013 at 9:31 AM, Gerald<gerald.radix@gmail.com> wrote: >> >>> With Buildroot 2011.11.1, i use the setting of pandaboard config, but i >>> have no ethernet : >>> >>> ifconfig eth0 up : >>> SIOCGIFFLAGS: No such device. >>> >>> What is the driver of ethernet pandaboard and how-to use it ? >>> >> Just activate CONFIG_USB_NET_SMSC95XX and then post output of ifconfig: >> > Hmm BT 2011.1.1 using kernel 3.6.8 and in omap2plus_defconfig is in > this veriosion: > CONFIG_USB_NET_SMSC95XX=y so it should be enabled. Maybe HW problem? > >> ifconfig -a >> >> Yegor >> _______________________________________________ >> buildroot mailing list >> buildroot at busybox.net >> http://lists.busybox.net/mailman/listinfo/buildroot >> > Cheers, > > mbe > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Pandaboard ethernet 2013-01-31 8:52 ` Belisko Marek 2013-01-31 9:07 ` Gerald @ 2013-01-31 9:53 ` Gerald 2013-01-31 10:44 ` Yegor Yefremov 1 sibling, 1 reply; 7+ messages in thread From: Gerald @ 2013-01-31 9:53 UTC (permalink / raw) To: buildroot CONFIG_USB_NET_SMSC95XX=y in output/build/linux-3.6.8 and the network works if i use ubuntu distrib... Le 31/01/2013 09:52, Belisko Marek a ?crit : > On Thu, Jan 31, 2013 at 9:43 AM, Yegor Yefremov > <yegorslists@googlemail.com> wrote: > >> On Thu, Jan 31, 2013 at 9:31 AM, Gerald<gerald.radix@gmail.com> wrote: >> >>> With Buildroot 2011.11.1, i use the setting of pandaboard config, but i >>> have no ethernet : >>> >>> ifconfig eth0 up : >>> SIOCGIFFLAGS: No such device. >>> >>> What is the driver of ethernet pandaboard and how-to use it ? >>> >> Just activate CONFIG_USB_NET_SMSC95XX and then post output of ifconfig: >> > Hmm BT 2011.1.1 using kernel 3.6.8 and in omap2plus_defconfig is in > this veriosion: > CONFIG_USB_NET_SMSC95XX=y so it should be enabled. Maybe HW problem? > >> ifconfig -a >> >> Yegor >> _______________________________________________ >> buildroot mailing list >> buildroot at busybox.net >> http://lists.busybox.net/mailman/listinfo/buildroot >> > Cheers, > > mbe > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Pandaboard ethernet 2013-01-31 9:53 ` Gerald @ 2013-01-31 10:44 ` Yegor Yefremov 2013-01-31 21:00 ` Nicolas Dechesne 0 siblings, 1 reply; 7+ messages in thread From: Yegor Yefremov @ 2013-01-31 10:44 UTC (permalink / raw) To: buildroot Please provide complete dmesg and ifconfig -a outputs (for both Ubuntu and BR). Please use http://pastebin.com/ for logs. Yegor On Thu, Jan 31, 2013 at 10:53 AM, Gerald <gerald.radix@gmail.com> wrote: > CONFIG_USB_NET_SMSC95XX=y in output/build/linux-3.6.8 > > and the network works if i use ubuntu distrib... > > > > > Le 31/01/2013 09:52, Belisko Marek a ?crit : >> >> On Thu, Jan 31, 2013 at 9:43 AM, Yegor Yefremov >> >> <yegorslists@googlemail.com> wrote: >> >>> >>> On Thu, Jan 31, 2013 at 9:31 AM, Gerald<gerald.radix@gmail.com> wrote: >>> >>>> >>>> With Buildroot 2011.11.1, i use the setting of pandaboard config, but i >>>> have no ethernet : >>>> >>>> ifconfig eth0 up : >>>> SIOCGIFFLAGS: No such device. >>>> >>>> What is the driver of ethernet pandaboard and how-to use it ? >>>> >>> >>> Just activate CONFIG_USB_NET_SMSC95XX and then post output of ifconfig: >>> >> >> Hmm BT 2011.1.1 using kernel 3.6.8 and in omap2plus_defconfig is in >> this veriosion: >> CONFIG_USB_NET_SMSC95XX=y so it should be enabled. Maybe HW problem? >> >>> >>> ifconfig -a >>> >>> Yegor >>> _______________________________________________ >>> buildroot mailing list >>> buildroot at busybox.net >>> http://lists.busybox.net/mailman/listinfo/buildroot >>> >> >> Cheers, >> >> mbe >> >> > > > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Pandaboard ethernet 2013-01-31 10:44 ` Yegor Yefremov @ 2013-01-31 21:00 ` Nicolas Dechesne 0 siblings, 0 replies; 7+ messages in thread From: Nicolas Dechesne @ 2013-01-31 21:00 UTC (permalink / raw) To: buildroot you probably need to enable EHCI too which is not enabled by default +CONFIG_USB_EHCI_HCD_OMAP=y On Thu, Jan 31, 2013 at 11:44 AM, Yegor Yefremov <yegorslists@googlemail.com> wrote: > Please provide complete dmesg and ifconfig -a outputs (for both Ubuntu > and BR). Please use http://pastebin.com/ for logs. > > Yegor > > On Thu, Jan 31, 2013 at 10:53 AM, Gerald <gerald.radix@gmail.com> wrote: >> CONFIG_USB_NET_SMSC95XX=y in output/build/linux-3.6.8 >> >> and the network works if i use ubuntu distrib... >> >> >> >> >> Le 31/01/2013 09:52, Belisko Marek a ?crit : >>> >>> On Thu, Jan 31, 2013 at 9:43 AM, Yegor Yefremov >>> >>> <yegorslists@googlemail.com> wrote: >>> >>>> >>>> On Thu, Jan 31, 2013 at 9:31 AM, Gerald<gerald.radix@gmail.com> wrote: >>>> >>>>> >>>>> With Buildroot 2011.11.1, i use the setting of pandaboard config, but i >>>>> have no ethernet : >>>>> >>>>> ifconfig eth0 up : >>>>> SIOCGIFFLAGS: No such device. >>>>> >>>>> What is the driver of ethernet pandaboard and how-to use it ? >>>>> >>>> >>>> Just activate CONFIG_USB_NET_SMSC95XX and then post output of ifconfig: >>>> >>> >>> Hmm BT 2011.1.1 using kernel 3.6.8 and in omap2plus_defconfig is in >>> this veriosion: >>> CONFIG_USB_NET_SMSC95XX=y so it should be enabled. Maybe HW problem? >>> >>>> >>>> ifconfig -a >>>> >>>> Yegor >>>> _______________________________________________ >>>> buildroot mailing list >>>> buildroot at busybox.net >>>> http://lists.busybox.net/mailman/listinfo/buildroot >>>> >>> >>> Cheers, >>> >>> mbe >>> >>> >> >> >> _______________________________________________ >> buildroot mailing list >> buildroot at busybox.net >> http://lists.busybox.net/mailman/listinfo/buildroot > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-01-31 21:00 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-01-31 8:31 [Buildroot] Pandaboard ethernet Gerald 2013-01-31 8:43 ` Yegor Yefremov 2013-01-31 8:52 ` Belisko Marek 2013-01-31 9:07 ` Gerald 2013-01-31 9:53 ` Gerald 2013-01-31 10:44 ` Yegor Yefremov 2013-01-31 21:00 ` Nicolas Dechesne
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox