rawksolid
12 posts
|
Hello, Just received my BUG and was installing on Mac 10.6, and the driver for USB Ethernet does not appear to work. Does anyone know if there is an update for the driver that works on 10.6? Thanks!
|
bballantine
56 posts
|
rawksolid, We don’t have a 10.6 driver yet and haven’t tested our 10.5 driver on 10.6, but my collegues say it probably won’t work (which you seem to have already discovered). However, if you JUST got your BUG, you probably have a wifi base and so you don’t need USB Networking. Let me know if you’re not sure if you have a wifi base, and I can help you figure it out. Basically, though, if you plug in an LCD module, you should be able to select an open hotspot using the connection manager application (conman). If you need a wired connection, I can suggest a couple of work-arounds: You can get an USB-Ethernet adapter and plug it in through the Von Hippel module. An adapter that uses the Trendnet or pegasus driver will work out of the box through the von hippel. If you’re doing some serious BUG development, then we recommend using Linux. USB Networking, among other things, works better under Linux. Many of our Mac users have had a lot of success running Linux on a virtualbox virtual machine. I hope this helps. Regards, Brian
|
bballantine
56 posts
|
Just a clarification on the USB -> Ethernet adapter. The adapter is made by Trendnet and it uses the pegasus driver: http://www.amazon.com/TRENDnet-USB-10-100Mbps-A… If you find a different adapter that also uses the pegasus driver, then that should work as well. -Brian
|
gnn
4 posts
|
Hi, I got one of the above mentioned ethernet/USB cables but when it’s plugged into the Von Hippel and a Mac there is no link light and no connection. Now, if I hook it into the USB port on the Mac side it does light up. I can’t find any docs on the site on how to configure the USB on the Von Hippel. What is my next step? Wifi does work to hook my bug up but it’s not the most efficient method in a noisy wireless environment. George
|
jconnolly
285 posts
|
Hey George, On wifi, ssh into your bug and let’s verify that you’ve got a recent rootfs with the necessary drivers for your USB/ethernet dongle. Insert and remove the dongle a few times then: lsmod cat /var/log/messages find /lib -name pegasus.ko
|
gnn
4 posts
|
Turns out none of this is necessary. On 10.6 if you plug the Bug into the serial port you automatically get the “configure the network” box from System Preferences. Set the address as 10.10.10.1 for the Mac side and you now have a working network connection to the bug over which you can ssh. I have tried Eclipse with this connection as yet.
Best,
George
|
gnn
4 posts
|
OK, I have now checked this out with Eclipse as well, it’s working with 10.6.2 and did with 10.6.1 as well. The device shows up this way in the Network Preferences Pane UI: RNDIS/Ethernet Gadget is currently active and has the IP address 10.10.10.1. in a terminal it’s just “en5” because I have plenty of other networking devices in this laptop. Best, George
|
caniszczyk
8 posts
|
I’m struggling with Mac 10.6 and my BugBase Wifi. Any tips besides trying with a wifi connection? The touchscreen is so bad on the BugBase that it’s impossible to enter my WPA-PSK password. Is there a way to reset the screen so it behaves better? Or I could just connect with USB? That would be great too.
|
jconnolly
285 posts
|
I’m struggling with Mac 10.6 and my BugBase Wifi. Any tips besides trying with a wifi connection? The touchscreen is so bad on the BugBase that it’s impossible to enter my WPA-PSK password. Is there a way to reset the screen so it behaves better? Or I could just connect with USB? That would be great too.
You can reset the touchscreen by using the menu item on the base. Hit the joystick button to the right and select navigate to “Settings=>Recalibrate LCD”. It looks also like we have some conflicting reports of USBnet working and not working on 10.6. You can give it a try but we really recommend using wifi whenever possible.
|
caniszczyk
8 posts
|
I must be blind but I don’t have that option… I only have “Appearance” and “Connection Management” under Settings.
|
jconnolly
285 posts
|
You can reset the touchscreen by using the menu item on the base
|
caniszczyk
8 posts
|
Thanks, that works. Now the other issue I have is connecting to my Wifi. I believe I mis-entered the password for my WPA-PSK connection before so when it reconnects, it attempts to use that and the wifi just hangs. is there a way to reset this? Or use the terminal now that I have a functioning keyboard to setup the wifi? Thanks for the quick response!
|
jconnolly
285 posts
|
Yes, this is the annoying part of connman. To get connman to “forget” the connection, use the GUI terminal to: rm /var/lib/connman/* Then reboot and try reconnecting. Hopefully that does it.
|
caniszczyk
8 posts
|
Is there ”*” missing on the keyboard app :)?
|
jconnolly
285 posts
|
do: rm /var/lib/connman/dev And hit the tab key to autocomplete the filenames. You can use up/down backspace. The point is that you need to remove the files in this directory.
|
caniszczyk
8 posts
|
Ok, getting warmer. I’m still not seeing any feedback on whether the BUG successfully connected to the network. The animated icon is just swirling along. Is there an issue with WPA-PSK auth or something else I don’t understand?
|
caniszczyk
8 posts
|
Heh, so I have the animated icon with one “green circle” but the other one is still gray. Looks like it is trying to do something. I can almost smell success.
|
jconnolly
285 posts
|
Use the base menu to navigate to IPAddress in Settings=>About. If you have an IP, chances are they you’re connected but the amount of time it took to receive the dhcp-assigned address was long enough that connman-gnome didn’t get the update via dbus. So it may appear according to the icon that you’re connected, but you are.
|
caniszczyk
8 posts
|
Wohoo, I can connect to my BUG now using the Dragonfly SDK. Now I have a problem connecting to BUGNet though. I’m not sure what my login is… if I try to register… I get a blank view in Eclipse. Here’s the exception stack trace after trying a few log-ins. null Error Wed Dec 16 14:48:52 CST 2009 Unable to set authentication data. It appears that you have entered an incorrect username or password.
java.lang.Exception at com.buglabs.dragonfly.ui.BugnetAuthenticationHelper.login(Unknown Source) at com.buglabs.dragonfly.ui.BugnetAuthenticationHelper.processLogin(Unknown Source) at com.buglabs.dragonfly.ui.views.bugnet.BugnetView$LoginLinkListener.linkActivated(Unknown Source) at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleActivate(AbstractHyperlink.java:228) at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleMouseUp(AbstractHyperlink.java:322) at org.eclipse.ui.forms.widgets.AbstractHyperlink.access$2(AbstractHyperlink.java:306) at org.eclipse.ui.forms.widgets.AbstractHyperlink$4.handleEvent(AbstractHyperlink.java:120) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3482) at org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:3105) at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:2104) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:375) at org.eclipse.swt.widgets.Display.controlProc(Display.java:862) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3051) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
jconnolly
285 posts
|
Yeah that problem just came up this week. The problem (i think) is that our SSL certificate has expired. Change the implementation that Dragonfly uses to communicate with bugnet from https to http: Window=>Preferences=>BUGnet=>Server Name=>https://api.buglabs.net=>http://api.buglabs.net note: http, not https.
|
caniszczyk
8 posts
|
Ok, I’m connected and deployed the TwitterBug application. A couple more questions if you don’t mind. It seems I can’t log-in to the application because I don’t get a keyboard to enter my username/password. Also, is there an easy way to take screenshots from the device from the SDK? As an Eclipse/OSGi developer, I get a big kick out of having access to an OSGi console.
|
jconnolly
285 posts
|
Moving the continuation of this thread to a more relevant topic heading.
|
rawksolid
12 posts
|
After months I finally got back to my BUG and this thread. Thanks to gnn, I tried the direct USB route and it does indeed work on Mac 10.6.3. -pm
|
moonlake
134 posts
|
当店はヨ-ロッパ burberry財布の正規販売代理店から burberryシャツ 女性直接仕入れており burberry 店舗、流通販売コストを削減することで、お客様にお求めやすい価格でご提供できるように努めております。 販売商品は、全商品、新品・正規品であり、100%本物であることを保証いたします。 バーバリー 財布 は、映画「ティファニーで朝食を」や「カサブランカ」でピーター・セラーズ、 バーバリー T シャツ、バーバリー公式サイト オードリー・ヘプバーン、 バーバリー シャツ 女性ハンフリー・ボガート、 burberry T シャツ元英首相ウィンストン・チャーチル、 バーバリー 店舗新素材を生み出しました。 バーバリー シャツは農民が汚れを防ぐために服 バーバリー バッグコーチ バッグ英国王室で愛 burberryシャツされ続けることになります。 バーバリー シャツ 男性英国王室から授与されたものです バーバリー サングラス. バーバリー シャツ 女性 .創業者であるトーマス・バーバリー(Thomas Burberry)は、1835年イギリス・サリー州ブロッカムグリーンで誕生しました。 バーバリー バッグ burberry 財布 は、映画「ティファニーで朝食を」や「カサブランカ」でピーター・セラーズ、 バーバリー T シャツ、バーバリー公式サイト オードリー・ヘプバーン、 burberry T シャツハンフリー・ボガート、 バーバリー バッグ元英首相ウィンストン・チャーチル、ら数々の著名人が愛用したことでも有名 バーバリー 時計 。また、1955年にはエリザベス2世 バーバリー 財布のロイヤルワラントを授かり、 burberry T シャツ1989年には英国皇太子によって認証を授かっており、 バーバリー シャツ 男性 巻き方イギリス王室ご用達でロイヤルの称号を持っています。現在ロゴとして「 バーバリー ワンピース 値段」と「Burberry’s」の二つが存在するが、 バーバリー サングラス デザインがクラシカリウで大変人気があります。 burberryサングラスバーバリーでは一番人気がある burberry時計 バーバリーチェックの burberryシャツ 男性長財布や最高品質のソフトカーフレザーにバーバリーチェックのパターンを施した バーバリーウォレットで機能、 burberry T シャツ使いやすさにも優れた秀逸なモデルの バーバリー アウトレット通販店舗 バーバリー 財布などが販売されています。
|
qazqazqaz
469 posts
|
As a perfect combination of classic and modern fashion,Coach Outlet Online Julia Bags can show the customers'unique personality.Tiffany UK grabbed the globe, stands out as the celeb on their favorite stars luxury type, granted an innovative simple move the pavement luxury, complete with luxury.In terms of the quality and superior design that make more and more customers are satisfied to Coach Factory Online.Welcome!hat experts claim Coach Outlet Online shopping is in the changes they are available in.As long as you open our Coach Factory Outlet webpage, you will view various Coach New Arrivals which are the most popular also the most fashionable in this year.On the date when the Louis Vuitton UK on sale, all people will pour into the stores. At this time, it on the booths will be wiped out, and only one or two days the seller will declare that there is no stock anymore.
|
トリーバーチ靴
トリーバーチ靴 トップモデルや女優がこぞって愛用、 トリーバーチ サンダル NYの大人気ブランド! トリーバーチ ハイヒール 2004年にNYのノリータ地区にショップをオープンして以降、瞬く間にお洒落な顧客を増やし人気のブランドに発展したTory Burch 。 トリーバーチ通販 人気のフラットシューズばかりでなく、 トリーバーチ ショルダーバッグ トータルで揃えることの出来るブランド。 トリーバーチ トートバッグ セレブ愛用も多い。海外セレブに愛用者が多いことでも知られるニューヨーク発の人気ブランドトリーバーチ。 トリーバーチ ブーツ トリーバーチというと、どうしてもバレエシューズやビーチサンダルなどのシューズや靴、 トリーバーチ ベルトそしてトートバッグなどのバッグのイメージがありますが、 トリーバーチ 財布も侮れません。当店の トリーバーチ ベルト は、 トリーバーチ 正規代理店から仕入れた正規品です! Tory Burch より次々と発表される新作 toryburchをいちはやく販売いたします。 トリーバーチ ベルトは、ようこそトリーバーチ専門店に、 トリーバーチ フラットシューズ 我々は最大のTory Burch Belt オンラインストアの一つであり、すべての格安トリーバーチ レザーベルトは送料無料、 toryburch 財布 品質の問題が見つかりました内の商品が表示されたら、我々はあなたに無料で交換を与えることができます。トリーバーチ ポーチ トリーバーチバッグはアメリカでのはりウッドセレブをはじめ、 トリーバーチ ミッドヒール 大人気なブランドです。 Tory Burch Bagsはシンプルなデザインにもかかわらず、高級感やファッションなどの特徴と言えて大人気ですよ。本革レザーで作って丈夫で奇麗に発色します。トリーバーチtory burchの鞄の中でもトリーバーチトートは特に人気があります。 トリーバーチ ハイヒール