-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 57511 b: refs/heads/master c: 845a2fd h: refs/heads/master i: 57509: f3404cd 57507: 1f827c8 57503: 4e800dc v: v3
- Loading branch information
Linus Torvalds
committed
Jun 9, 2007
1 parent
6aa04e5
commit 29c49ad
Showing
227 changed files
with
3,694 additions
and
2,539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: eeb47d1234af1a9267836f680a8e114b2e88d0dc | ||
refs/heads/master: 845a2fdcbd5bc5b9f652201ee95c825827a1d521 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
Firmware is required for this device: http://accessrunner.sourceforge.net/ | ||
|
||
While it is capable of managing/maintaining the ADSL connection without the | ||
module loaded, the device will sometimes stop responding after unloading the | ||
driver and it is necessary to unplug/remove power to the device to fix this. | ||
|
||
Detected devices will appear as ATM devices named "cxacru". In /sys/class/atm/ | ||
these are directories named cxacruN where N is the device number. A symlink | ||
named device points to the USB interface device's directory which contains | ||
several sysfs attribute files for retrieving device statistics: | ||
|
||
* adsl_controller_version | ||
|
||
* adsl_headend | ||
* adsl_headend_environment | ||
Information about the remote headend. | ||
|
||
* downstream_attenuation (dB) | ||
* downstream_bits_per_frame | ||
* downstream_rate (kbps) | ||
* downstream_snr_margin (dB) | ||
Downstream stats. | ||
|
||
* upstream_attenuation (dB) | ||
* upstream_bits_per_frame | ||
* upstream_rate (kbps) | ||
* upstream_snr_margin (dB) | ||
* transmitter_power (dBm/Hz) | ||
Upstream stats. | ||
|
||
* downstream_crc_errors | ||
* downstream_fec_errors | ||
* downstream_hec_errors | ||
* upstream_crc_errors | ||
* upstream_fec_errors | ||
* upstream_hec_errors | ||
Error counts. | ||
|
||
* line_startable | ||
Indicates that ADSL support on the device | ||
is/can be enabled, see adsl_start. | ||
|
||
* line_status | ||
"initialising" | ||
"down" | ||
"attempting to activate" | ||
"training" | ||
"channel analysis" | ||
"exchange" | ||
"waiting" | ||
"up" | ||
|
||
Changes between "down" and "attempting to activate" | ||
if there is no signal. | ||
|
||
* link_status | ||
"not connected" | ||
"connected" | ||
"lost" | ||
|
||
* mac_address | ||
|
||
* modulation | ||
"ANSI T1.413" | ||
"ITU-T G.992.1 (G.DMT)" | ||
"ITU-T G.992.2 (G.LITE)" | ||
|
||
* startup_attempts | ||
Count of total attempts to initialise ADSL. | ||
|
||
To enable/disable ADSL, the following can be written to the adsl_state file: | ||
"start" | ||
"stop | ||
"restart" (stops, waits 1.5s, then starts) | ||
"poll" (used to resume status polling if it was disabled due to failure) | ||
|
||
Changes in adsl/line state are reported via kernel log messages: | ||
[4942145.150704] ATM dev 0: ADSL state: running | ||
[4942243.663766] ATM dev 0: ADSL line: down | ||
[4942249.665075] ATM dev 0: ADSL line: attempting to activate | ||
[4942253.654954] ATM dev 0: ADSL line: training | ||
[4942255.666387] ATM dev 0: ADSL line: channel analysis | ||
[4942259.656262] ATM dev 0: ADSL line: exchange | ||
[2635357.696901] ATM dev 0: ADSL line: up (8128 kb/s down | 832 kb/s up) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.