[beagleboard] Re: Backup eMMc to SD-Card?

2020-03-06 Thread KenUnix
rom-eMMC.sh # BBB automatically powers down at the end On Tuesday, February 11, 2020 at 4:55:14 PM UTC-5, KenUnix wrote: > > > After building a working system is it possible to back it up to an > SD-Card? > Then unplug SD-Card and store? > Can that image then be used to restore th

[beagleboard] Re: Can not connect via USB

2020-02-17 Thread KenUnix
Chris, If you don't have a router or Ethernet switch and only have access via your computers WiFi then what I did was make a change to one file on the BBB and one change to your P.C.'s network connection for the BBB. sudo nano /etc/network/interfaces iface usb0 inet static address

[beagleboard] Re: Debian 8.6 QTerminal has garbage characters with VNC

2020-02-20 Thread KenUnix
John, Kinda late, but I tried what you said and had the same results. Removing & re-installing qterminal no help. So I did an sudo apt install lxterminal and sudo apt remove qterminal and sudo apt autoremove So I simply us lxterminal as I do on other machines. Sorry I can't be of more help. BBB

[beagleboard] Can Beagle Black be administered via USB or Ethernet from a laptop? Special software needed? What would be correct in that case IoT or LXQT?

2020-02-09 Thread KenUnix
I would like to get a Beagle Black up and running. I would like to manage it from a laptop using either Ethernet or USB Special software for the P.C.? Would I need a flipped Ethernet or flipped USB cable? . A package that caught my eye was at

[beagleboard] Re: Can not connect via USB

2020-02-16 Thread KenUnix
ichever is the new one added. Save it and exit. Do a clean startup of the P.C. and the BBB. It should work fine. On Thursday, February 13, 2020 at 8:51:44 PM UTC-5, KenUnix wrote: > > Got my BBB in today. Nice. > > *I am able to connect to it via the serial port header but can n

[beagleboard] Re: Debian 8.6 QTerminal has garbage characters with VNC

2020-02-22 Thread KenUnix
, KenUnix wrote: > > John, > > Kinda late, but I tried what you said and had the same results. > Removing & re-installing qterminal no help. > > So I did an sudo apt install lxterminal > and > sudo apt remove qterminal > and > sudo apt autoremove > >

[beagleboard] Can not connect via USB

2020-02-13 Thread KenUnix
Got my BBB in today. Nice. *I am able to connect to it via the serial port header but can not connect via USB?* *I tried installing the BONE_D64.exe drivers but all came back with red X's. I rebooted* *the P.C. and tried again. Same results.* The serial connection is via Putty. and that

[beagleboard] Re: Can not connect via USB

2020-02-15 Thread KenUnix
Update Trying to share Internet on Win-10 with BBB over USB. SSH 192.168.7.2 & Serial to JTAG & Firefox to 192.168.7.2 to it ok??? Need to do "sudo apt install ", etc. Can not ping from BBB to external address. I.E 8.8.8.8, or 23.194.117.73 Route shows Destination Gateway

[beagleboard] Re: Can not connect via USB

2020-02-15 Thread KenUnix
Bob, In my efforts I have gone and screwed up routing on the BBB. I now can only access via the JTAG serial port. The BBB can't ping 192.168.7.1 the Win-10 address and the P.C. can't ping 192.168.7.2 either This is what's in /etc/network/interfaces iface usb0 inet static address

Re: [beagleboard] Re: operating system on eMMc or on Sdcard

2020-02-11 Thread KenUnix
These is a relatively new release of the "console" version at https://debian.beagleboard.org/images/rcn-ee.net/rootfs/bb.org/testing/2019-12-09/buster-console/ Ken On Friday, March 1, 2019 at 10:28:17 AM UTC-5, Graham wrote: > > If you want the "console version" corresponding to the "official

[beagleboard] Backup eMMc to SD-Card?

2020-02-11 Thread KenUnix
After building a working system is it possible to back it up to an SD-Card? Then unplug SD-Card and store? Can that image then be used to restore the BBB? If someone knows can you lay out the steps? Thanks. . -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Re: operating system on eMMc or on Sdcard

2020-03-08 Thread KenUnix
Graham, I know the Iot version supports WiFi RTL81888EUS via connmanctl, USB & Ethernet & Browser to Cloud9. Does the "console" version support these? Or, for example can Cloud9 be installed later? Thanks On Friday, March 1, 2019 at 10:28:17 AM UTC-5, Graham wrote: > > If you want the

[beagleboard] BBB program storage on a flash drive

2020-03-08 Thread KenUnix
I am a happy BBB user. The only problem is eMMc storage space. The BBB is running Debian 9.9 IoT. Leaving about 1.1GB space. A full image only leaves about 200MB not enough to apt upgrade. After getting a good working setup I burn an SD-Card for backup. I have a fast flash drive connected to

[beagleboard] Re: BBB program storage on a flash drive

2020-03-09 Thread KenUnix
Dennis, If I run off the microSD card then how would I burn a backup copy of the system? Ken On Sunday, March 8, 2020 at 7:04:33 PM UTC-4, Dennis Bieber wrote: > > On Sun, 8 Mar 2020 13:11:01 -0700 (PDT), in > gmane.comp.hardware.beagleboard.user KenUnix > > > wrote: &

Re: [beagleboard] Re: 4 Relay relay Cape 'c' code

2020-04-08 Thread KenUnix
shabaz, To be honest during my working carrier I only used 'C', Basic, Fortran, Cobol and bash. At this point in my life I don't really want to learn something new like Perl or Python unless I have to. My eyes are not what they used to be. Also, if you write in pure 'C' isn't it more

Re: [beagleboard] Re: 4 Relay relay Cape 'c' code

2020-04-08 Thread KenUnix
t; == "--help" ] then echo -e "\ngpio relay cape tool. 4-7-2020 KenUnix\n" echo "state Get state of gpio number" echo "label Display associated P number" echo "on Set relay # to on" echo "offTurn relay of

[beagleboard] Beaglebone Black new bwbasic-3.2a and relay cape program

2020-04-16 Thread KenUnix
4-16-2020 https://github.com/kenmartin-unix/Bwbasic-3.2a-for-BeagleBone Fully working Bwbasic-3.2a & relays.bas to test and operate and get the status of the relays on the cape. Note this version corrected issues with version 2.2 & 3.2 which is the version you get 2.2 if doing a sudo apt

Re: [beagleboard] Re: 4 Relay relay Cape 'c' code

2020-04-07 Thread KenUnix
# if [ "$1" == "--help" ] then echo -e "\ngpio relay cape tool. 4-7-2020 KenUnix\n" echo "state Get state of gpio number" echo "label Display associated P number" echo "on Set relay # to on" echo "off

Re: [beagleboard] Re: 4 Relay relay Cape 'c' code

2020-04-07 Thread KenUnix
> > Jon, > I'll let Seth know. Regarding me yes I have a BBB with a relay cape running Debian 10.3 IoT 3-26-2020 And a 4 port usb-2 powered hub and a .Realtek RTL8188EUS USB WiFi adapter. I always like tp glance at code. You never know when you will find something interesting. That's how it

Re: [beagleboard] Re: 4 Relay relay Cape 'c' code

2020-04-07 Thread KenUnix
cmd label 7 cmd out 112 cmd --help I just finished another script that exercises the relays. See you on the Kiwi flip side... KenUnix -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Beag

Re: [beagleboard] Re: 4 Relay relay Cape 'c' code

2020-04-07 Thread KenUnix
> > Jon, > Thanks I will look at them. Did you see that script I uploaded? Give it a try. Ken -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and

Re: [beagleboard] Re: BBB Won't Shutdown

2020-04-06 Thread KenUnix
> > Jon, > Yes. Same result. sudo poweroff Re-boot. See my reply to Tarmo. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails

[beagleboard] Re: BBB Won't Shutdown

2020-04-06 Thread KenUnix
Tarmo, Thanks. That would explain why another guy does not have this issue. My thought is to do away with the USB -> P.C. cable and go with Ethernet. That way BBB only has 1 power source. Removing USB power then sudo shutdown -h now works. Ken -- For more options, visit

Re: [beagleboard] Re: BBB Won't Shutdown

2020-04-06 Thread KenUnix
> > Jon, > Originally when I got the BBB I only needed power from the USB cable. However after adding a "cape" I needed more power. So the 5V barrel power. After looking over the schematic for the BBB and the TI 65217 power management IC it appears it will take power from either. And if one

[beagleboard] 4 Relay relay Cape 'c' code

2020-04-06 Thread KenUnix
Could someone display an example of operating and releasing a relay in 'c'? And if possible getting the current state of the relay. Operated or released . I have the relay cape from Mouser 958-RLYCPE-BBBCAPE GHI installed. Relay Cape. From what I read. Relay 1 gpio20 Relay 2 gpio 7 Relay 3

[beagleboard] BeagleBone Black CPU Temperature

2020-04-21 Thread KenUnix
With Debian 10 is there a device /sys? that would allow me to get the CPU *temperature?* Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and

[beagleboard] BeagleBone Black Support Question

2020-04-19 Thread KenUnix
Robert, I have a question. I have been working on a project since Nov 2019. I tried to use bwbasic which can be downloaded via sudo apt install. Problem is the one that comes down is version 2.2 which has issues on the BBB. Things such as segmentation faults. Some options simply did not work.

[beagleboard] Re: BeagleBone AI is here!

2020-04-19 Thread KenUnix
I have been informed the RLYCPE-BBBCAPE 4 relay cape originally made for the BeagleBone Black is not compatible with the AI. Is there someone who could verify this? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

[beagleboard] Re: Beaglebone Black new bwbasic-3.2a and relay cape program

2020-04-19 Thread KenUnix
4-19-2020 I have included some runtime files and sample input files. Place profile.bas in your current working directory and relays.pro and allon.inp and alloff.inp. The file examples will let you to by example turn off all relays alloff.inp. To do this you would enter at the command line:

[beagleboard] Re: Debian 10 More WiFi Events

2020-04-10 Thread KenUnix
Regarding the previous message. What exactly do they mean? Hardware failure. Software reset? I have tried another tp-link RTL8188EUS. Another USB port. Upgraded from Debian 10.3 from Debian 9.9. *If another dongle is better please let me know*. One that does not requiring re-inventing the

Re: [beagleboard] Re: 4 Relay relay Cape 'c' code

2020-04-06 Thread KenUnix
> > Jon, > Yes Mala I.E. Seth have exchanged messages The 'c' I tried refuses to operate relays --Start code-- #include #include #include #include int

[beagleboard] Re: Superuser

2020-04-09 Thread KenUnix
Login as root and if you have not changed it use temppwd as the password then chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo exit and login as debian In the future if you want to become superuser for a time use sudo -s When done as superuser enter exit to return to debian --

[beagleboard] WiFi USB2.0 adapter question

2020-03-25 Thread KenUnix
I have a BBB with a tp-link adapter using the RTL8188EUS chip and it works well. It is hung off a powered USB 2.0 hub from plugable. I want to fire up another BBB but can not find inventory for RTL8188EUS based adapters. It seems like they all disappeared! I tried an adapter with a RTL8188CUS

[beagleboard] Re: How do I make a copy of my BBB SD card?

2020-03-25 Thread KenUnix
Here is a cheat sheet from a friend that works BBB Duplicating Image # 3-25-2020 Ken # For example, if the source is /dev/mmcblk0 and destination is /dev/sda # Source being SD-Card in BBB and destination being hung off USB port # ===> Boot off eMMc <=== # Shrink the source: # First become

[beagleboard] BBB Won't Shutdown

2020-04-03 Thread KenUnix
I recently added an external 5V supply to the BBB barrel jack because I am going to add a relay cape. If I issue "sudo shutdown -h now" the BBB looks like it is going to shutdown judging by the messages on the Jtag port but then re-boots? See messages below. I am using USB connectivity. If I

[beagleboard] Display still compatable

2020-03-27 Thread KenUnix
Can you tell me is the GEN4-4DCAPE-43CT-CLB - BeagleBone Black Cape, LCD, 4.3", Capacitive Touchscreen with Cover Lens Beze still supported under Debian 9 stretch on the BBB with kernel 4.19 and can this device be written to, to just display information? Thanks -- For more options, visit

[beagleboard] Beaglebone Black Debian 10.3 Chromium Locking Up

2020-03-28 Thread KenUnix
Installed Debian 10.3 today 3-28-2020 18:00 >From within VNC launched lxterminal debian@beaglebone:~$ chromium Xlib: extension "XInputExtension" missing on display ":1.0". Xlib: extension "RANDR" missing on display ":1.0". Xlib: extension "XInputExtension" missing on display ":1.0". Xlib:

[beagleboard] Powered 4 port USB 2.0 hub

2020-03-28 Thread KenUnix
I was reading "Beaglebone AI Survival Guide" and although is not directly for the AI it works well and supplies its own power with the D.C. blocked from going back into the Beagleboard. I have been using it without problems with Debian 9. You could probably use it also as a charging station

[beagleboard] Powered 4 port USB 2.0 hub

2020-03-28 Thread KenUnix
I was reading "Beaglebone AI Survival Guide" and although is not directly for the AI it works well and supplies its own power with the D.C. blocked from going back into the BeagleBone Black. I have been using it without problems with Debian 9 with as many as 3 devices at the same time including

[beagleboard] Debian 10 More WiFi Events

2020-03-29 Thread KenUnix
Since upgrading to Debian 10.3 I seem to be getting more WiFi related events. Syslog Mar 28 23:04:28 beaglebone wpa_supplicant[925]: wlan0: Trying to associate with f0:9f:c2:2d:df:2e (SSID='CALnet' freq=2412 MHz) Mar 28 23:04:28 beaglebone wpa_supplicant[925]: Failed to add supported

[beagleboard] /etc/resolv.conf disappears

2020-04-25 Thread KenUnix
I am trying to undo WiFi because of so many up/down problems. I added the default gateway back into /etc/network.interfaces and it works fine and I can ping the host. However after a reboot the file /etc/resolv.conf is empty. After manually adding the 'nameserver 8.8.8.8' it works. Example

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2020-05-03 Thread KenUnix
Jason, I sent you a message a few weeks ago was wondering if you received my e-mail regarding web pages? Ken -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this

Re: [beagleboard] BBB (Element14/Industrial) Fails to Boot off EMMC After Flash

2020-04-24 Thread KenUnix
Robert, On https://elinux.org/Beagleboard:BeagleBone_Black_Serial Logic Supply no longer valid Tindle discontinued Adafruit no longer stocks Ken P.S. I

[beagleboard] Re: RAM Upgrade possible?

2020-04-24 Thread KenUnix
Andrew, If you find this is do able I would be interested to get a modified BBAI. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving

Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-09 Thread KenUnix
Robert, Fresh load. Portion of /etc/default/bb-boot USB_CONFIGURATION=enable #Its assumed usb0 is always enabled, usb1 can be disabled... USB0_SUBNET=192.168.147 USB0_ADDRESS=192.168.147.2 USB0_NETMASK=255.255.255.0 I am using "static" IP addresses not DHCP.. I can connect to the IP address

[beagleboard] Re: BBB 4-6-2020 Image no Internet no Gateway

2020-05-11 Thread KenUnix
Dennis, Thank you. After looking over the material to see what @reboot meant the bell went off. It's been quite a few years since working with cron > 15 years. Knowing the script had to run as root I used sudo crontab -e and added the script directing 1 & 2 to a full path log filename.

Re: [beagleboard] Bringing up a new variant on the beaglebone black

2020-05-16 Thread KenUnix
Happened to me also. Those pins are so delicate! I had another problem initially the little SD-Card shot out across the room. Spring loaded... -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Re: Can not connect via USB

2020-05-06 Thread KenUnix
Robert, The proper (official) point to setup Ethernet now? And the steps involved to make that your default method of transport.. In other words use USB for P.C. <> BBB but use Eth0 for Internet access. I assume connmanctl is still for WiFi if one has WiFi. Thanks -- For more options,

[beagleboard] Re: Can not connect via USB

2020-05-05 Thread KenUnix
So if I understand correctly all I need to do is add the following lines in my network/interfaces file ? > > iface usb0 inet static > address 192.168.137.2 > netmask 255.255.0.0 > network 192.168.137.0 > gateway 192.168.137.1 > dns-nameservers 8.8.8.8 > post-up route add

Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-11 Thread KenUnix
Robert, With your help I worked out the Internet issues. > > debian@beaglebone:~$ sudo /opt/scripts/network/usb_windows_ics.sh > Is there anyway to make route add default gw run (your script) automatically at boot time? The script adds it plus the nameserver . I did't use the

Re: [beagleboard] Re: Can not connect via USB

2020-05-16 Thread KenUnix
I too am having problems today. In your regard The following is my netstat -rn for my Ubuntu Linux host PC: Kernel IP routing table |||--- Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 192.168.1.1 0.0.0.0

Re: [beagleboard] Re: Can not connect via USB

2020-05-14 Thread KenUnix
Looks to me that all you need is; sudo route add default gw 192.168.7.1 > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails

[beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-08 Thread KenUnix
/etc/default/bb-boot Specifically this section: USB_CONFIGURATION=enable #Its assumed usb0 is always enabled, usb1 can be disabled... USB0_SUBNET=192.168.137 <=== 137 for Internet sharing on Windows-10 USB0_ADDRESS=192.168.137.2 USB0_NETMASK=255.255.255.0 USB1_ENABLE=enable

Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-09 Thread KenUnix
Results, I started with a fresh install. Put your code into a file called fix.sh. debian@beaglebone:~$ sudo sh fix.sh SIOCADDRT: Network is unreachable connect: Network is unreachable debian@beaglebone:~$ route Kernel IP routing table Destination Gateway Genmask Flags

[beagleboard] Re: login as root in beaglebone green

2020-03-17 Thread KenUnix
Please don't use "sudo su". That's redundant. You are saying SuperUserDO followed by "SuperUser" Use "sudo -s" It's one simple step but keeps security where it should be. Ken On Monday, March 16, 2020 at 5:26:45 AM UTC-4, yusmi...@gmail.com wrote: > > Hii all, > I'm a newbe to the BBG,

[beagleboard] Beaglebone Black Chromium not starting

2020-03-17 Thread KenUnix
I am running Debian IoT 9.9 with lxde & vncserver. They work fine. Ater installing chromium "Chromium 72.0.3626.122". It does not run. >From within a vncsession I start an lxterminal session and if I type /usr/bin/chromiumI get DBus errors. Service unknown. The screen briefly comes up and

[beagleboard] Beaglebone Black WiFi randomly fails, drops connections and restarts

2020-03-17 Thread KenUnix
I have a Beaglebone Black with a RTL8188EUS USB WiFi Adapter. The adapter is on a powered USB hub keep about 6" from the BBB. It was recommended in the article to keep the WiFi adapter away from the HDMI port due to possible interference. The BBB is running Debian 9.9 IoT with the latest

Re: [beagleboard] Beaglebone Black Chromium not starting

2020-03-21 Thread KenUnix
Robert, Looking ahead. Yes Chrome works now. Do you see Debian fixing it in the future or BBB fixing Dbus issue. Or perhaps a different small browser. I would hate to have spent good money on the BBB only to have it break in the future with no fix! Thanks -- For more options, visit

Re: [beagleboard] Should we put ID EEPROM's on capes anymore?

2020-05-20 Thread KenUnix
Andrew, If I may do you make Capes? And if yes do you have a WEB site? Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails

[beagleboard] Re: RelayCape and Schematics...

2020-05-26 Thread KenUnix
Seth, Keep posting. us. I like the Small Alligator Clip to Male Jumper Wire Bundle - 6 Pieces https://www.adafruit.com/product/3448 I wonder if the pins will fit the Beaglebone headers? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] Re: Not able to ping 192.168.7.1 from beaglebone via putty and also not able to ping google

2020-07-01 Thread KenUnix
You didn't say. How are you wired to the P.C.? USB <> Micro-USB or Ethernet to Ethernet? How are you accessing the BBB now? Via serial port on board? cat /etc/dogtag route ip a Ken -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Re: apt-show-versions

2020-07-08 Thread KenUnix
To get package info for an installed package use sudo apt show If you get lines containing "N: Unable to locate package" then that package was not installed. If the package was installed from a tar file it might not show in sudo apt show. Hope this helps. -- For more options, visit

[beagleboard] Re: How to clear EMMC to flash a new Image

2020-07-08 Thread KenUnix
If you can on the SD-Card open /boot/uEnv.txt and show the LAST line. If it starts with # then the eMMc is not being flashed To cause the eMMc to be written remove the # at the start of the line. After making that change leave the SD-Card in and re-boot the Beaglebone. If all is good the leds

[beagleboard] Re: How to clear EMMC to flash a new Image

2020-07-07 Thread KenUnix
You don't have to. When you flash the eMMc it will overwrite anything there. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails

[beagleboard] Re: micro - sd card

2020-07-06 Thread KenUnix
I have a BBB running Debian 10.3 on a 32GB SD-Card. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread KenUnix
If you have not modified it's configuration you should ssh to 196.168.7.2 192.168.7.1 is the P.C. side.of the connection. When powering the BBB up and connecting the USB cable does the PC play the UP tone? -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] Re: How to modify BBAI not to be powered USB-C connector?

2020-06-24 Thread KenUnix
Adrianne, I have heard of USB Cables and USB Charging cables but not a USB Data only cable. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop

[beagleboard] Re: B.B.B. turn off automatically

2020-06-16 Thread KenUnix
I am not saying this is the problem but have you considered upgrading to the current image? It sure sounds like either a temperature or supply issue. My Beaglebone is happy with only a 5V 2Amp supply. If you touch the chips on the board after its been on for several hours are they getting

Re: [beagleboard] Re: B.B.B. turn off automatically

2020-06-16 Thread KenUnix
evilwulfie, You obviously have more experience in this area then I. I will back off from this topic. Ken -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this

[beagleboard] Re: B.B.B. turn off automatically

2020-06-15 Thread KenUnix
Are you running on an external 5 volt power supply and not just the USB cable to your P.C.? Type in the following two commands: cat /etc/dogtag uname -a Ken -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

[beagleboard] Re: sudo problem

2020-07-23 Thread KenUnix
As a temporary fix su root Then chmod 440 /etc/sudoers exit Try sudo again. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails

[beagleboard] SRe: BeagleBoard.org(R) and Seeed Introduce the First Affordable RISC-V Board Designed to Run Linux

2021-01-15 Thread KenUnix
Is there going to be a case for t his? Thanks. On Thursday, January 14, 2021 at 10:43:58 AM UTC-5 Jason Kridner wrote: > In case you haven't seen this already, > https://beagleboard.org/blog/2021-01-13-beagleboard-org-and-seeed-introduce-the-first-affordable-risc-v-board-designed-to-run-linux

Re: [beagleboard] Beaglebone via Ubuntu to internet not working

2021-01-28 Thread KenUnix
AM KenUnix wrote: > > > > In Ubuntu I tried: sudo ufw allow in 192.168.137.2 > > ufw is just the firewall.. > > so you didn't configure any routing.. fix that. ;) > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > -- For more options, visit

[beagleboard] Re: Beaglebone via Ubuntu to internet not working

2021-01-30 Thread KenUnix
Apply the following to Ubuntu and sudo apt xxx and other functions work fine from Beaglebone # Invoke after reboot. 01-28-2021 KM / ChipMaster sudo sysctl net.ipv4.ip_forward=1 #WiFi device || from route command #

Re: [beagleboard] Beaglebone via Ubuntu to internet not working

2021-01-28 Thread KenUnix
In Ubuntu I tried: sudo ufw allow in 192.168.137.2 On Thursday, January 28, 2021 at 10:20:36 AM UTC-5 RobertCNelson wrote: > On Thu, Jan 28, 2021 at 9:14 AM Kenneth Martin > wrote: > > > > Beaglebone Black connected to PC over USB. PC running Ubuntu. Same setup > works with Windows 10. > >

[beagleboard] Beaglebone via Ubuntu to internet not working

2021-01-28 Thread KenUnix
I am able to SSH into the Beaglebone from Ubuntu. However Beaglebone can not connect to Internet. Fire wall? Any ideas? Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

[beagleboard] Beaglebone Black upgrade error messages

2021-03-11 Thread KenUnix
debian@beaglebone:~$ sudo apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: c9-core-installer 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 1 not

[beagleboard] BBB sudo apt upgrade errors

2021-03-13 Thread KenUnix
While performing an sudo apt upgrade the following occurred.. Past upgrades had no issues. debian@beaglebone:~$ sudo apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept

[beagleboard] Re: BBB sudo apt upgrade errors

2021-03-14 Thread KenUnix
Since I do not use an email client I did sudo apt remove nginx-full sudo apt autoremove Problem resolved... The " c9-core-installer" still lingers. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Re: BBB sudo apt upgrade errors

2021-03-14 Thread KenUnix
Since I don't use Cloud nine I did sudo apt-get remove c9-core-installer sudo apt autoremove Issue resolved.. Ticket closed. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

[beagleboard] Re: Beaglebone Black upgrade error messages

2021-03-16 Thread KenUnix
set_ Hi. As I said I'm not using email. If there is another reason to use nginx let me know. Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group