My home router have 30-40 Mbps download speed, but when omega connects to that router download speed over omega network is about 10 Mbps. Is omega wifi speed limited ?
Posts made by Milan Vuckovic
-
WiFi speed
-
RE: [RESOLVED] Oupgrade is down, we're working on it
@Lazar-Demin So it's safe to upgrade to major version?
-
RE: USB Hub on Omega
@Kit-Bishop Thank you for testing, and answering my question.
-
USB Hub on Omega
I was wondering if we can connect USB hub to Omega if we need 1 or 2 extra USB ports ?
-
RE: [Solved]Reboot causes USB overlay to disappear?
Hm. I got similar problem but in my case happened after upgrade.
-
RE: Install LAMP, FTP and PhpMyAdmin on your Onion Omega
@Collin-S Can't give you specific answer, because I was going through every setting on wiki , just to make sure. Some of the settings mentioned in this tutorial didn't work for me. Try the settings from the link I gave you, restart apache and then try again. That worked for me.
-
RE: MySQL connection problem
@Kit-Bishop That last package was not installed. Thank you for help.
-
RE: Install LAMP, FTP and PhpMyAdmin on your Onion Omega
Try this. I changed some of the settings and it worked.
-
RE: MySQL connection problem
It says that it's unknown package.
Unknown package 'php5-mysql'. Collected errors: * opkg_install_cmd: Cannot install package php5-mysql.
-
MySQL connection problem
I have successfully installed mysql,php and phpmyadmin. Although I have few problems. I found simple solution for creating connections on mysql database through php. Here is the code I used for connection:
$servername = "127.0.0.1"; $username = "myusername"; $password = "mypassword"; try { $conn = new PDO("mysql:host=$servername;dbname=test", $username, $password); // set the PDO error mode to exception $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); echo "Connected successfully"; } catch(PDOException $e) { echo "Connection failed: " . $e->getMessage(); }
The error I'm getting is "Connection failed: could not find driver". Anyone has any idea what I'm doing wrong?
-
RE: Concept Case (Unofficial)
@Enrico-Bermudez You probably have local company that does printing. My town have few of them and they are willing to print it (not for free ofc), just need to send them stl desing.
-
RE: Install LAMP, FTP and PhpMyAdmin on your Onion Omega
What should I use for server name in httpd.conf ?
-
RE: Install LAMP, FTP and PhpMyAdmin on your Onion Omega
Hi, I followed your tutorial. But after setting up phpmyadmin I'm getting this error:
-
RE: Problem with usb stick
Again, thank you for your help and I'm sorry for inconvenience. I was not really sure that omega should go all the way into the dock.
-
RE: Problem with usb stick
I can see the disk now, and I have successfully performed mount. And the serial console is now working too.