Hello everyone from stackexchange,
I am a total Linux newbie, and for a short school task I have to perform the following action in Linux OpenWRT running in my virtualbox. I have tried multiple commands and googled a lot but I can't get it working. If someone could help me out on what to do, that would be awesome. I have looked through the manuals too but it doesnt seem to work.
Task: http://i.imgur.com/MeLcGJh.png
My OpenWRT screen: http://imgur.com/98OLB9Y
Many thanks.
Hello,
I'm trying to install Linux computer brand Positive
MS-7267 see 4.5 (945GCM5 v2)
Intel Celeron 420 1.6 GHz
2GB DDR2 memory
80GB HD
I believe he was previously with Windows 7 installed (but the original factory is Vista Starter)
I used the KillDisk for formatting, and overwrite zeros, and apparently it was all OK.
When trying to install Elementary OS (DVD) or Ubuntu (another DVD), appears the keyboard and the doll:
http://imgur.com/0OqZYBv
but later it goes to black screen with a list of errors.
List errors when trying to install Elementary OS:
http://imgur.com/OV8ji6m
List errors when trying to install Ubuntu:
http://imgur.com/4dnmE2O
Too tried the Mageia (DVD)
The following installation screen appears: http://imgur.com/KaAyBeW
I tried to add some parameters both in Mageia as The Elemetary and ubuntu (after pressing F6), as
acpi = off noapic nolapic nodma PNPBIOS nomodeset irqpoll xdriver = vesa resolution = 1024x768 and nothing, changed nothing
In Mageia, when I click install linux kernel appears the load popup and always goes to 100%, but then just goes black screen passes 10, 20 minutes and not change anything
Selecting Mageia hardware detection option appears the information below:
http://imgur.com/4GwHUeE
http://imgur.com/8ZcbS1C
http://imgur.com/mLQrclq
http://imgur.com/qmRZ09J
http://imgur.com/OCCdx6b
http://imgur.com/IYQM4BC
http://imgur.com/gpFF7I0
In the bios setup already disable IOAPIC, checked if the vga is 8mb and TBM does not change anything:
screens is set as:
http://imgur.com/UzLPOT0
http://imgur.com/KY7ksGh
http://imgur.com/SDzWKje
I'm three days trying to install Linux and I can not.
I thank those who can help
I'm having some problems changing the EEPROM regulatory domain for my wireless card (ar9580 locked to US 0x0). I can't operate on the frequencies that I'm allowed to use. I've tried changing db.txt with no luck. It adds a couple of extra channels, but not the full channel list that im allowed to use.
I want to try to modify my ath9k driver so that it overrides the EEPROM, but im not really sure how to. I've found some patches to help modify the driver (Openwrt) but I dont know how to add them.
So my question is:
- Do I have to recompile my kernel (3.18.0-kali1-amd64) to add the patches from openwrt), or do I have to download the openwrt image to be able to use the patches? Or have i got it totally wrong and there's another way to do this?
Any help is very much appreciated.
Regards Mak - Makservice@icloud.com
I'm having some problems changing the EEPROM regulatory domain for my wireless card (ar9580 locked to US 0x0). I can't operate on the frequencies that I'm allowed to use. I've tried changing db.txt with no luck. It adds a couple of extra channels, but not the full channel list that im allowed to use.
I want to try to modify my ath9k driver so that it overrides the EEPROM, but im not really sure how to. I've found some patches to help modify the driver (Openwrt) but I dont know how to add them.
So my question is:
- Do I have to recompile my kernel (3.18.0-kali1-amd64) to add the patches from openwrt), or do I have to download the openwrt image to be able to use the patches? Or have i got it totally wrong and there's another way to do this?
Any help is very much appreciated.
Regards Mak - Makservice@icloud.com
Hi ,
I'm new to Linux , I installed Kali linux on my pc and the wifi card isn't working ..
It is a usb wifi card , It has a cd for its driver. There is a folder in the cd called " Linux Driver " and here's what is inside it
First folder :
http://imgur.com/WTNgnEm
Second folder :
http://imgur.com/PyH07Cs
And here it is when I write lsusb :
http://i.imgur.com/NiPbbxSh.jpg
I'd like to know the steps to install it , Thanks in advance ..
Hello, I'm having a problem on Kali Linux. I've added some shotcuts to the top panel but it shifts to the left from time to time until I cannot see anything I cant even click on Applications menu because it clicks the shortcut behind it.
Example:
http://i.imgur.com/gV4s3FY.png
http://i.imgur.com/ZelH4Kh.png
http://i.imgur.com/kVJ5ruR.png
It fixes when I log out and log in again. I'm looking for a permanent solution, any help?
Thanks.
Hello,
I can't get nfsd start at boot on openwrt linux.
I followed this guide:
http://wiki.openwrt.org/doc/howto/nfs.server
but when I turn the computer on:
Code:
root@OpenWrt:~# showmount -e localhost
clnt_create: RPC: Program not registered
Code:
root@OpenWrt:~# dmesg | tail
[ 22.252000] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 24.228000] eth1: link UP - 100/full - flow control off
[ 24.244000] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 30.124000] svc: failed to register nfsdv3 RPC service (errno 5).
[ 31.588000] device eth1 entered promiscuous mode
[ 31.596000] br-lan: port 1(eth1) entered forwarding state
[ 31.600000] br-lan: port 1(eth1) entered forwarding state
[ 31.652000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 31.684000] eth1: link UP - 100/full - flow control off
[ 33.604000] br-lan: port 1(eth1) entered forwarding state
but if I do
Code:
root@OpenWrt:~# /etc/init.d/nfsd start
root@OpenWrt:~# showmount -e localhost
Export list for localhost:
/mnt/3tb *
so it works well, but I look at dmesg
Code:
root@OpenWrt:~# dmesg | tail
[ 24.228000] eth1: link UP - 100/full - flow control off
[ 24.244000] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 30.124000] svc: failed to register nfsdv3 RPC service (errno 5).
[ 31.588000] device eth1 entered promiscuous mode
[ 31.596000] br-lan: port 1(eth1) entered forwarding state
[ 31.600000] br-lan: port 1(eth1) entered forwarding state
[ 31.652000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 31.684000] eth1: link UP - 100/full - flow control off
[ 33.604000] br-lan: port 1(eth1) entered forwarding state
[16642.280000] svc: failed to register lockdv1 RPC service (errno 124).
I tried several times
Code:
root@OpenWrt:~# /etc/init.d/portmap enable
root@OpenWrt:~# /etc/init.d/nfsd enable
and reboot but, again, I have to start nfsd manually after every reboot.
What am I doing wrong? On Attitude Adjustment I never had any issue.
Please help!
Hello, so for a good 6 months installing and using Linux on my HP Chromebook 2014 has worked perfectly. Then bam, one day I get on press ctrl+alt+T type in sudo startunity and it doesn't work! I am willing to reset my laptop and reinstall Linux if necessary but if its fixable please let me know! I've been looking around and haven't been able to find anything about this. Here's a screen shot of what it says:
http://imgur.com/YqlX0xw
Personally, I think its because my Chromebook automatically updated itself.
For the last few weeks I've been trying to setup SSH keys from my main Linux server to all of the other Linux servers that I use.
I'm using the HOWTO here
http://unix.stackexchange.com/questi...authentication
It didn't work. It was still asking for a password or the pass phrase.
So...I did my troubleshooting he
http://unix.stackexchange.com/questi...authentication
In the end, I deleted all of the public/private keys and did the following steps:
ssh-keygen (not specifiying a rsa key)
and then to copy over the key I did the following ssh-copy-id username@xx.xx.xx.xx
...and it worked!
I'm wanting to understand why this is working Vs the ways I'm seeing on other websites.
thanks
Hi guys
I have installed Linux in a virtualbox on a windows 8 laptop. I found the screen size in the vrtualbox running ubuntu to be too small so I looked around for a solution.
I came across this
'Use Xdiagnose From the Dash, search for and launch Xdiagnose, then enable all the options under the Debug section. Click the Apply button, then close the window and restart the system. You’ll have to restart. Logging out, then in won’t do.'
After doing so my screen went from bad to worse and now I can only see a pixelated view of my screen.
Does anyone know how to work around this problem and get a bigger screen in virtualbox ?
Hi friends. I have to say right off the bat, this is basically my first time trying to install Linux by myself. After reading this forum and others, and tech sites, I decided Linux Mint looked the most to what I am used to, which is Windows 7.
Here is my CPU-ID Info - http://valid.x86.fr/5ya0sx
I downloaded Linux Mint 17.1 Cinnamon 64bit (The one found on this link, http://www.linuxmint.com/edition.php?id=172).
I burned the img to a DVD with Nero Burning ROM. I wanted to boot from the disc, and the Linux started to show it's logo, and I waited for a few minutes, and I finally thought something was going to happened, but this showed up, (Screenshot) http://i.imgur.com/oELzKCg.jpg.
So basically I shut down my computer and here I am. I have eno experience as to what I am supposed to do when I get that message. Frankly I did not see this type of message when looking through step by step instructions about how to install Mint allongside W7.
Can someone please tell me, for the love of Star Trek Voyager and all that is Holy, how do I install Linux Mint 17.1 Cinnamon as a dual boot on a Windows7 system.
Thank You