batden
Member
Posts: 56
Likes: 74
|
Post by batden on Nov 8, 2022 8:57:41 GMT
Just to let you know, I did a bare metal installation of BL 7.0 alpha, howewer the ethernet adapter is not recognized (the Network Connections panel is empty).
No issue with the other *buntu systems already installed on the same computer:
lspci -nnk | grep -iA3 net
09:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller [11ab:4354] (rev 12) Subsystem: Dell Inspiron 1525 [1028:022f] Kernel driver in use: sky2 Kernel modules: sky2
0b:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01) Subsystem: Dell Wireless 1395 WLAN Mini-Card [1028:000b] Kernel driver in use: wl Kernel modules: ssb, wl
This is an alpha release, so it's no big deal.
|
|
|
Post by ylee on Nov 8, 2022 11:45:36 GMT
This ISO has not been announced here, meaning it was intended to be used for internal testing as well as serving as a backup of my work so far. However it seems a few youtube bloggers pay attention to what I upload to BodhiDev sourceforge. That is what it is.
It should be noted anything uploaded there and not announced may in fact not even be safe to test on real hardware. Only one ISO is like that, the one I created for a German company, it automatically installs and wipes the hard drive. It is what they wanted and are using on some photo printers.
As to your issue, that is rather unexpected. The ISO is a ubuntu server install, moksha et all added with no changes to anything network related other than adding network manager. I lack your specific hardware. Are you able to debug this yourself and let me know?
|
|
|
Post by escuelaslinux on Nov 8, 2022 20:05:43 GMT
I can confirm the issue of not having any network connection or configuration using BL 7.0 alpha, virtualized with VMWare Player. No issues with other releases of Bodhi on VMs.
No worries, it is an alpha :-D
|
|
|
Post by thewaiter on Nov 8, 2022 20:09:34 GMT
|
|
|
Post by ylee on Nov 9, 2022 11:20:31 GMT
Oddly enough it is working here both on the VM I used to build the ISO as well as my test install of the ISO. Clearly tho something is problematic in the configuration or something and I will examine it as soon as I have some free time.
|
|
|
Post by suolainen on Nov 10, 2022 5:57:42 GMT
It's very early in the morning here - but it's really a fantastic start to the day to get to know, that a new alpha is there. Take yourself all the time you need to make things work. So far I have never had any real trouble with the final versions - and that has been an extraordinary experience.
Forgive me for one 'indecent' suggestion: What I missed with Bodhi 6 was the Bodhibuilder ... 🥺
Greetings from Germany
|
|
|
Post by ylee on Nov 11, 2022 12:19:44 GMT
The network issue can be fixed by running the command below in a terminal:
sudo bash -c 'cat << EOF > /etc/netplan/01-network-manager-all.yaml # Let NetworkManager manage all devices on this system network: version: 2 renderer: NetworkManager
EOF'
and then running the below commands:
sudo netplan generate sudo netplan apply sudo reboot
The package networkd-dispatcher can be uninstalled as can openssh-server. However if you use openssh-server you should reinstall it:
sudo apt install --reinstall openssh-server
|
|
|
Post by ylee on Nov 11, 2022 12:30:33 GMT
The apt warning:
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)) can be fixed by running the 2 commands below:
sudo apt-key export 90828213 | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/bodhi.gpg sudo apt-key --keyring /etc/apt/trusted.gpg del 90828213 Note However this iso is not for general use and will not be further supported. If you wish to try it and test it out feel free to. Just be aware it has a few more minor issues. Perhaps it is best to wait for the actual BL-7 alpha iso to be released and announced here.
|
|
Sharp
Crew Member
Posts: 201
Likes: 263
|
Post by Sharp on Nov 19, 2022 2:54:34 GMT
I am anxiously awaiting for it to be announced and available!
|
|
|
Post by kittybua on Nov 28, 2022 9:11:45 GMT
Hey i found the Bodhi 7.0 alpha3 is this better ? I love the Bodhi system the best in the world ! When coming 7.0 stable ? Can i Update 6.0 to 7.0 when ready 7.0 ? Thanks for the best Ubuntu!
|
|
|
Post by Hippytaff on Nov 28, 2022 11:22:35 GMT
You will need to do a fresh install of BL7. Version updates are not currently supported.
|
|
|
Post by kittybua on Nov 28, 2022 11:50:18 GMT
OK thanks! I install alpha 3 (Test) bodhi the Best way ! Bodhi 6.0 is very stable ! I Testet the Bodo 7.0 Alpha3 and good works ! Internet WLAN ready and Updates ! Cool jammy thanks
|
|
enigma9o7
Crew Member
Posts: 1,502
Likes: 1,381
|
Post by enigma9o7 on Nov 29, 2022 6:54:42 GMT
So are we ready for testing yet? I couldn't wait so took a quick look....
1GB leaves too little ram to even open Web in Live mode. Perhaps there's a ramdisk that could be made 100M smaller in this situation? It is still enough to install with tho. VIM shortcut broken. (should symlink vim/vi to avoid messing with shortcut) Group of gadgets on shelf not connected to right side after resize monitor. Neofetch says bodhi 6.1 During install, 3rd party box not checked by default I'm pretty sure I checked the box for autologin, but it didnt. Idea: If Epiphany is to be the default browser, how about start with the newer version 43? I've read good things about it. The kinetic packages seem to work fine (if you also update libgmp) when I try.
|
|
|
Post by ylee on Nov 29, 2022 21:42:30 GMT
So are we ready for testing yet? I couldn't wait so took a quick look....
Thanks for your interest 1GB leaves too little ram to even open Web in Live mode. Perhaps there's a ramdisk that could be made 100M smaller in this situation? It is still enough to install with tho.
Just did a test on Virtual box. Epiphany (Web) opens with no issue with only 1 G of memory in 'Live Mode.' I did not have the installer running tho. VIM shortcut broken. (should symlink vim/vi to avoid messing with shortcut) Group of gadgets on shelf not connected to right side after resize monitor. Neofetch says bodhi 6.1 During install, 3rd party box not checked by default I'm pretty sure I checked the box for autologin, but it didnt.
Was aware of Vim, It will be fully removed on the next ISO. I will also address the issue with Neofetch. Gadgets on shelf on resize is known problem. We are looking into it. On ubiquity issues, I made no changes to Anything Ubiquity related. I am also not sure i want 3rd party checked by default. I can look at the autologin issue noted and see if I can duplicate it, but I am unsure how much time I want to spend debugging Ubiquity if it is not working correctly. Idea: If Epiphany is to be the default browser, how about start with the newer version 43? I've read good things about it.
If it works and does not use much more memory than I see no reason why not. EDIT: it is not as simple as taking deb files from kinetic and installing. Doing so breaks the repo. See a later post in this thread.
|
|
|
Post by kittybua on Nov 29, 2022 22:13:59 GMT
|
|