Hi.
A little over a month ago I got a new PC (AMD Phenom X6/3.2 GHz, 8 GB RAM, 1 TB SATA drive and an ASUS crosshair formula IV MB) with no built-in wireless network adapter.
No problem, my previous desktop also had none, so I just reused the old one. It's an adapter which uses a realtek chipset:
The kubuntu 10.04 installer had no problem detecting it, and installing drivers for it, I had configured wireless on my laptop before, so everything went smooth and I started to happily use my new desktop.
However, there's a tiny problem, which gets more annoying as time passes: the wireless network is always very late to start. There are several other apps that start up automatically, which require a network (the plasma weather applet, for one), which start well ahead of the wireless network connection being established. It may sometimes take more than a minute until the network manager remembers to ask for the password for the wallet, in order to retrieve the wireless network settings, and then actually establish the connection.
Now, my supposition is that there are some missing dependencies in kubuntu's upstart files, but I have no knowledge with upstart, and too little knowledge of kubuntu's network scripts to investigate this properly.
So here are my two questions:
- am I right in my assumption that using upstart's scripts I could get the wireless network connection being established earlier?
- if so how? if not, is there another way?
br,
flj
A little over a month ago I got a new PC (AMD Phenom X6/3.2 GHz, 8 GB RAM, 1 TB SATA drive and an ASUS crosshair formula IV MB) with no built-in wireless network adapter.
No problem, my previous desktop also had none, so I just reused the old one. It's an adapter which uses a realtek chipset:
Code:
flj@desktop:~$ lsusb | grep ra Bus 002 Device 002: ID 13b1:0020 Linksys WUSB54GC 802.11g Adapter [ralink rt73]
However, there's a tiny problem, which gets more annoying as time passes: the wireless network is always very late to start. There are several other apps that start up automatically, which require a network (the plasma weather applet, for one), which start well ahead of the wireless network connection being established. It may sometimes take more than a minute until the network manager remembers to ask for the password for the wallet, in order to retrieve the wireless network settings, and then actually establish the connection.
Now, my supposition is that there are some missing dependencies in kubuntu's upstart files, but I have no knowledge with upstart, and too little knowledge of kubuntu's network scripts to investigate this properly.
So here are my two questions:
- am I right in my assumption that using upstart's scripts I could get the wireless network connection being established earlier?
- if so how? if not, is there another way?
br,
flj
Comment